diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 06:55:58 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 03:56:07 +0100 |
commit | 704c9874a3851edd368f0a039e261f4e8a2535c0 (patch) | |
tree | 637b6a46ff18284eebe02d52ae4fe259a3d12927 /configure | |
parent | d1293512cfd5c99b992afb99b153e1c60ec21be6 (diff) | |
download | ffmpeg-704c9874a3851edd368f0a039e261f4e8a2535c0.tar.gz |
vp56: use hpeldsp instead of dsputil for half-pel functions.
This makes vp5 and vp6 independent of dsputil.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1824,8 +1824,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" |