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:
authorDiego Biurrun <diego@biurrun.de>2014-01-29 20:25:38 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:27 +0400
commitbbb64356cca65d7a2a33f59b2267ee58f28a061a (patch)
tree3d8084bd2462a606f5f81d12b945315c1282409a /configure
parentb5f112d820934ade66e809ef30bfcfc8210929f8 (diff)
build: Record dependency of eatqi decoder on dsputil
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26437489c0..d7722b09c5 100755
--- a/configure
+++ b/configure
@@ -1688,7 +1688,7 @@ eac3_decoder_select="ac3_decoder"
eac3_encoder_select="ac3_encoder"
eamad_decoder_select="aandcttables dsputil mpegvideo"
eatgq_decoder_select="aandcttables dsputil"
-eatqi_decoder_select="aandcttables error_resilience mpegvideo"
+eatqi_decoder_select="aandcttables dsputil error_resilience mpegvideo"
ffv1_decoder_select="golomb rangecoder"
ffv1_encoder_select="rangecoder"
ffvhuff_decoder_select="huffyuv_decoder"