diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-09 21:26:09 -0800 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:17:26 +0300 |
commit | 3bd062bf7f818bcb410713a4717b65679056ed80 (patch) | |
tree | 97f4ec76c2dd11b62a24f87f7029113f5fb4a3b6 /configure | |
parent | 68d8238cca52e50e8cc81bf2edcaf8088c52d4c0 (diff) | |
download | ffmpeg-3bd062bf7f818bcb410713a4717b65679056ed80.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |