summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-27 15:02:24 -0800
committerDiego Biurrun <diego@biurrun.de>2014-02-28 21:11:53 +0100
commit34150be515cd9c43b0b679806b8d01774960af78 (patch)
treecba3c89e9d30fd805734734e5f2b75b827c3027e /configure
parent8e0cf39faf02536dca08f4fe628a66d1ae022fde (diff)
build: Let the iac decoder depend on the imc decoder
Almost all of the code is shared so there is little point in enabling one decoder without the other.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bb4172a37c..93d43eaba1 100755
--- a/configure
+++ b/configure
@@ -1694,7 +1694,7 @@ h264_decoder_suggest="error_resilience"
hevc_decoder_select="dsputil golomb videodsp"
huffyuv_decoder_select="dsputil"
huffyuv_encoder_select="dsputil huffman"
-iac_decoder_select="dsputil fft mdct sinewin"
+iac_decoder_select="imc_decoder"
imc_decoder_select="dsputil fft mdct sinewin"
indeo3_decoder_select="hpeldsp"
interplay_video_decoder_select="hpeldsp"