diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 06:55:58 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:17:33 +0300 |
commit | cb7ecb75635d124984fbdb5a8d08cc44f93662c4 (patch) | |
tree | 3332910ca9695173f713fc9420d12669255d6ebc /configure | |
parent | 3bd062bf7f818bcb410713a4717b65679056ed80 (diff) | |
download | ffmpeg-cb7ecb75635d124984fbdb5a8d08cc44f93662c4.tar.gz |
vp56: Use hpeldsp instead of dsputil for half-pel functions
This makes vp5 and vp6 independent of dsputil.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1662,8 +1662,8 @@ vc1image_decoder_select="vc1_decoder" vorbis_decoder_select="mdct" vorbis_encoder_select="mdct" vp3_decoder_select="hpeldsp vp3dsp videodsp" -vp5_decoder_select="dsputil h264chroma videodsp vp3dsp" -vp6_decoder_select="dsputil h264chroma huffman videodsp vp3dsp" +vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp" +vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp" vp6a_decoder_select="vp6_decoder" vp6f_decoder_select="vp6_decoder" vp8_decoder_select="h264pred videodsp" |