summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 08:19:27 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 03:56:09 +0100
commit4b642ab19b5a4ddb404cd69f73f08ef7e0ed6bca (patch)
tree0c17e71bf9b889f33ee7a28d4516395d5fd22eaf /configure
parent704c9874a3851edd368f0a039e261f4e8a2535c0 (diff)
indeo3: use hpeldsp instead of dsputil for half-pel functions.
This makes indeo3 independent of dsputil.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cbf45a99ef..05c4bcc008 100755
--- a/configure
+++ b/configure
@@ -1740,7 +1740,7 @@ huffyuv_decoder_select="dsputil"
huffyuv_encoder_select="huffman"
iac_decoder_select="fft mdct sinewin"
imc_decoder_select="dsputil fft mdct sinewin"
-indeo3_decoder_select="dsputil"
+indeo3_decoder_select="hpeldsp"
interplayvideo_decoder_select="dsputil"
jpegls_decoder_select="golomb"
jpegls_encoder_select="golomb"