1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

This reverts commit e0e8c20559.

The mpegvideo dependancy should not be needed anymore
This commit is contained in:
Michael Niedermayer
2013-03-26 13:23:01 +01:00
parent 2cdedcbcea
commit 7834bb092a

2
configure vendored
View File

@@ -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"