summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 13:32:10 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:18:08 +0300
commitc10470035e607bb3586e31bb32d7b840d5abe49b (patch)
tree66df1f782bb2d40ac1db0418ac9b184c5396e284 /configure
parent8071264f2196d71ff49c3944c33f8d3d83f548f1 (diff)
mimic: Use hpeldsp instead of dsputil for half-pel functions
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 a7e8cdf875..65ee8c8fc9 100755
--- a/configure
+++ b/configure
@@ -1587,7 +1587,7 @@ lagarith_decoder_select="dsputil"
ljpeg_encoder_select="aandcttables mpegvideoenc"
loco_decoder_select="golomb"
mdec_decoder_select="dsputil error_resilience mpegvideo"
-mimic_decoder_select="dsputil"
+mimic_decoder_select="dsputil hpeldsp"
mjpeg_decoder_select="dsputil"
mjpegb_decoder_select="dsputil"
mjpeg_encoder_select="aandcttables dsputil mpegvideoenc"