[MPlayer-users] build failure on MacOS 10.5.8

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu May 12 07:51:59 CEST 2011


On 11 May 2011, at 23:27, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> 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)

I think it is inappropriate for that file to include aviheader.h, if we do not have a nice, simple header that provides a MKTAG-like function we should probably create one.


More information about the MPlayer-users mailing list