[Ffmpeg-devel] missing headers?

Måns Rullgård mru
Wed Jan 17 03:16:01 CET 2007


Diego Biurrun <diego at biurrun.de> writes:

> On Tue, Jan 09, 2007 at 07:57:51PM +0300, Pavlov Konstantin wrote:
>> 
>> Had some problems recently building SVN version of mplayer with external 
>> ffmpeg. Looks like mplayer uses some header files which aren't included in 
>> ffmpeg 'installed' tree.
>> 
>> The attached file fixes those problems.
>> 
>> --- a/libavformat/Makefile
>> +++ b/libavformat/Makefile
>> @@ -8,7 +8,7 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec
>> -HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h
>> +HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h riff.h
>>  
>> --- a/libavutil/Makefile
>> +++ b/libavutil/Makefile
>> @@ -18,7 +18,7 @@ OBJS= mathematics.o \
>>  HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
>> -          intfloat_readwrite.h md5.h adler32.h log.h fifo.h
>> +          intfloat_readwrite.h md5.h adler32.h log.h fifo.h bswap.h
>
> What about this?

Rejected.  Those headers are internal to ffmpeg.  Apps have no
business poking with them, not even mplayer.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list