summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 08:19:27 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:17:50 +0300
commit8f992dc8c7c50cddaf297eefa3955ce01857e5f2 (patch)
tree2d67c8058f2deeadb55242960fdc9b3a085c937a /configure
parentcb7ecb75635d124984fbdb5a8d08cc44f93662c4 (diff)
indeo3: Use hpeldsp instead of dsputil for half-pel functions
This makes the Indeo 3 decoder independent of dsputil. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9cc9c23f9d..4c4d0b95b9 100755
--- a/configure
+++ b/configure
@@ -1578,7 +1578,7 @@ huffyuv_decoder_select="dsputil"
huffyuv_encoder_select="dsputil huffman"
iac_decoder_select="dsputil fft mdct sinewin"
imc_decoder_select="dsputil fft mdct sinewin"
-indeo3_decoder_select="dsputil"
+indeo3_decoder_select="hpeldsp"
interplay_video_decoder_select="dsputil"
jpegls_decoder_select="dsputil golomb"
jpegls_encoder_select="golomb"