diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-26 13:23:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-26 13:23:01 +0100 |
commit | 7834bb092a9583988bb833f2320752fe24b7e5e2 (patch) | |
tree | 0ab3a14b3d0e75139824841e5fa5519f03e36d14 /configure | |
parent | 2cdedcbceab952297d5ee0f433b5a5c7482e48d6 (diff) | |
download | ffmpeg-7834bb092a9583988bb833f2320752fe24b7e5e2.tar.gz |
Revert "Fix compilation with --disable-everything --enable-parser=h264."
This reverts commit e0e8c20559d1197868b2620d8d9c560167a8f5d6.
The mpegvideo dependancy should not be needed anymore
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |