summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 12:58:02 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:18:02 +0300
commit8071264f2196d71ff49c3944c33f8d3d83f548f1 (patch)
tree52bb589f77cdfa5b69213d28fee70b73501940ee /configure
parent0f0a11d5768e50f5bb517c023a7618e00e21840a (diff)
interplayvideo: Use hpeldsp instead of dsputil for half-pel functions
This makes interplayvideo 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 030700a1ee..a7e8cdf875 100755
--- a/configure
+++ b/configure
@@ -1579,7 +1579,7 @@ huffyuv_encoder_select="dsputil huffman"
iac_decoder_select="dsputil fft mdct sinewin"
imc_decoder_select="dsputil fft mdct sinewin"
indeo3_decoder_select="hpeldsp"
-interplay_video_decoder_select="dsputil"
+interplay_video_decoder_select="hpeldsp"
jpegls_decoder_select="dsputil golomb"
jpegls_encoder_select="golomb"
jv_decoder_select="dsputil"