Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-23 02:39:53 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-23 02:39:53 +0400
commit9d91fae8a1091393ad96585324acc2328d8138f2 (patch)
tree97b9125204f1cb0c23dc75dc08253555611b0157 /configure
parent9e8c92226fe18a21b6605550a50b67066a6bffd9 (diff)
parentc54e118722cbbdc04945538d1796d4472a1ff406 (diff)
Merge commit 'c54e118722cbbdc04945538d1796d4472a1ff406'
* commit 'c54e118722cbbdc04945538d1796d4472a1ff406': build: Have the eatqi decoder depend on the MPEG-1 decoder Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e6ad9e02be..7891318cd3 100755
--- a/configure
+++ b/configure
@@ -2043,7 +2043,7 @@ eac3_decoder_select="ac3_decoder"
eac3_encoder_select="ac3_encoder"
eamad_decoder_select="aandcttables blockdsp dsputil mpegvideo"
eatgq_decoder_select="aandcttables"
-eatqi_decoder_select="aandcttables blockdsp dsputil error_resilience mpegvideo"
+eatqi_decoder_select="aandcttables blockdsp dsputil mpeg1video_decoder"
exr_decoder_select="zlib"
ffv1_decoder_select="golomb rangecoder"
ffv1_encoder_select="rangecoder"