[MPlayer-users] build failure on MacOS 10.5.8
    Carl Eugen Hoyos 
    cehoyos at ag.or.at
       
    Wed May 11 23:27:53 CEST 2011
    
    
  
Christian Ebert <blacktrash <at> gmx.net> writes:
> cc -O -DCODECS2HTML -I. -Iffmpeg -o codec-cfg codec-cfg.c
> In file included from ./sub/ass_mp.h:27,
>                  from libmpdemux/demuxer.h:29,
>                  from libmpdemux/aviheader.h:27,
>                  from codec-cfg.c:57:
> ./sub/subreader.h:27:29: error: fribidi/fribidi.h: No such file or directory
This is a regression since r33440.
Could you test the following work-around?
Replace line 26 in sub/subreader.h (#ifdef CONFIG_FRIBIDI) with the following
#if defined(CONFIG_FRIBIDI) && !defined(CODECS2HTML)
Carl Eugen
    
    
More information about the MPlayer-users
mailing list