[FFmpeg-devel] [PATCH] Fix SDP demuxer dependencies

Martin Storsjö martin
Mon Dec 28 19:16:04 CET 2009


Hi,

The SDP demuxer includes rtp_asf.o and rdt.o, which depend on the asf and 
rm demuxers.

If compiling with e.g. these options,

--disable-demuxers --disable-muxers --disable-protocols --disable-encoders 
--disable-decoders --disable-parsers --disable-bsfs --enable-protocol=udp 
--enable-demuxer=mpegts --enable-protocol=rtp --enable-demuxer=sdp

one gets a linker failure. The attached patch fixes this issue.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sdp-deps.patch
Type: text/x-diff
Size: 417 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091228/549bc876/attachment.patch>



More information about the ffmpeg-devel mailing list