summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-09 21:26:09 -0800
committerMartin Storsjö <martin@martin.st>2013-04-19 23:17:26 +0300
commit3bd062bf7f818bcb410713a4717b65679056ed80 (patch)
tree97f4ec76c2dd11b62a24f87f7029113f5fb4a3b6 /configure
parent68d8238cca52e50e8cc81bf2edcaf8088c52d4c0 (diff)
vp3: Use hpeldsp instead of dsputil for half-pel functions
This makes vp3 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 ca22569caf..7a892d4d51 100755
--- a/configure
+++ b/configure
@@ -1661,7 +1661,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"