summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-01 12:27:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-01 12:27:59 +0100
commit11146a9b440cd616b3a5ab322cfcca95da2aec7f (patch)
tree4114e81850eb9dbcb2683f9de05e4b0e6d82cf5e /configure
parentad48c9374e13ecdf1399c44e9ea443a77232168a (diff)
parent34150be515cd9c43b0b679806b8d01774960af78 (diff)
Merge commit '34150be515cd9c43b0b679806b8d01774960af78'
* commit '34150be515cd9c43b0b679806b8d01774960af78': build: Let the iac decoder depend on the imc 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 7cbcbdb74d..fbddc4eb4d 100755
--- a/configure
+++ b/configure
@@ -1950,7 +1950,7 @@ h264_decoder_suggest="error_resilience"
hevc_decoder_select="dsputil golomb videodsp"
huffyuv_decoder_select="dsputil llviddsp"
huffyuv_encoder_select="dsputil huffman llviddsp"
-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"