summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-09 21:26:09 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 03:55:33 +0100
commitd1293512cfd5c99b992afb99b153e1c60ec21be6 (patch)
tree4052da33984dc27fa19440b3fb2fd7ae2886cfba /configure
parent9628e5a4acb02467d6bcc07989527664bf2334e7 (diff)
vp3: use hpeldsp instead of dsputil for half-pel functions.
This makes vp3 independent of dsputil.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index caced9a706..85288e9995 100755
--- a/configure
+++ b/configure
@@ -1823,7 +1823,7 @@ vc1_decoder_select="error_resilience h263_decoder h264chroma h264qpel"
vc1image_decoder_select="vc1_decoder"
vorbis_decoder_select="mdct"
vorbis_encoder_select="mdct"
-vp3_decoder_select="dsputil vp3dsp videodsp"
+vp3_decoder_select="hpeldsp vp3dsp videodsp"
vp5_decoder_select="dsputil h264chroma videodsp vp3dsp"
vp6_decoder_select="dsputil h264chroma huffman videodsp vp3dsp"
vp6a_decoder_select="vp6_decoder"