[FFmpeg-devel] [PATCH] fix unconditional H264 references to SVQ3

Howard Chu hyc
Sat May 22 10:22:16 CEST 2010


I ran into this while building a stripped down ffserver for my Android phone.

FFserver version SVN-r23210, Copyright (c) 2000-2010 the FFmpeg developers
   built on May 22 2010 00:52:56 with gcc 4.3.1
   configuration: --disable-doc --disable-ffmpeg --disable-ffplay 
--disable-ffprobe --disable-avdevice --disable-swscale --disable-avfilter 
--enable-small --disable-everything --enable-decoder=aac --enable-decoder=h264 
--enable-protocol=rtp --enable-protocol=rtsp --enable-protocol=http --cc=agcc 
--enable-cross-compile --arch=armv5te --target-os=gnu --enable-parser=aac 
--enable-parser=h264 --enable-muxer=rtp --enable-demuxer=flv --enable-ffserver 
--enable-protocol=tcp --enable-protocol=udp

Even though there's a configure flag for SVQ3, these references weren't 
honoring it. Fixed by this patch.
-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dif.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100522/b383cd6a/attachment.txt>



More information about the ffmpeg-devel mailing list