summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 14:12:58 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 03:58:31 +0100
commit05dd583426db7962e610bd924e840bce78abce6c (patch)
tree5218cdcfc39c54f50246b38100388b44ee1ec5b0 /configure
parent4ba5dbc0e4dc8737c71af77b6a5a905d6de2b76b (diff)
svq3: use hpeldsp instead of dsputil for half-pel functions.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6c1e90909c..27e303470c 100755
--- a/configure
+++ b/configure
@@ -1806,7 +1806,7 @@ sonic_encoder_select="golomb"
sonic_ls_encoder_select="golomb"
svq1_decoder_select="hpeldsp"
svq1_encoder_select="aandcttables dsputil mpegvideoenc"
-svq3_decoder_select="error_resilience golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp"
+svq3_decoder_select="dsputil error_resilience golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp"
svq3_decoder_suggest="zlib"
tak_decoder_select="dsputil"
theora_decoder_select="vp3_decoder"