[FFmpeg-cvslog] Revert "Fix compilation with --disable-everything --enable-parser=h264."

Michael Niedermayer git at videolan.org
Tue Mar 26 13:28:12 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 26 13:23:01 2013 +0100| [7834bb092a9583988bb833f2320752fe24b7e5e2] | committer: Michael Niedermayer

Revert "Fix compilation with --disable-everything --enable-parser=h264."

This reverts commit e0e8c20559d1197868b2620d8d9c560167a8f5d6.

The mpegvideo dependancy should not be needed anymore

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7834bb092a9583988bb833f2320752fe24b7e5e2
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 3c230fe..c489ca4 100755
--- a/configure
+++ b/configure
@@ -1912,7 +1912,7 @@ wmv3_vdpau_decoder_select="vc1_vdpau_decoder"
 wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
 
 # parsers
-h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp"
+h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel videodsp"
 mpeg4video_parser_select="error_resilience mpegvideo"
 mpegvideo_parser_select="error_resilience mpegvideo"
 vc1_parser_select="mpegvideo"



More information about the ffmpeg-cvslog mailing list