summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 14:23:52 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 03:59:10 +0100
commite0a8f315911ccd12d1e2eeef6a921b942e0063ab (patch)
tree0f92bf29dfbf0d087166a5bf7a510af42f0e4dc0 /configure
parentb42d594c85d4aac34de00f5f0e3634d5a8d90f56 (diff)
mjpeg: use hpeldsp instead of dsputil for half-pel functions.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 65152f5e24..4afe0dc0ee 100755
--- a/configure
+++ b/configure
@@ -1750,6 +1750,7 @@ ljpeg_encoder_select="aandcttables mpegvideoenc"
loco_decoder_select="golomb"
mdec_decoder_select="dsputil error_resilience mpegvideo"
mimic_decoder_select="dsputil hpeldsp"
+mjpeg_decoder_select="dsputil hpeldsp"
mjpeg_encoder_select="aandcttables dsputil mpegvideoenc"
mlp_decoder_select="dsputil mlp_parser"
motionpixels_decoder_select="dsputil"