diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-09 21:26:09 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 03:55:33 +0100 |
commit | d1293512cfd5c99b992afb99b153e1c60ec21be6 (patch) | |
tree | 4052da33984dc27fa19440b3fb2fd7ae2886cfba /configure | |
parent | 9628e5a4acb02467d6bcc07989527664bf2334e7 (diff) | |
download | ffmpeg-d1293512cfd5c99b992afb99b153e1c60ec21be6.tar.gz |
vp3: use hpeldsp instead of dsputil for half-pel functions.
This makes vp3 independent of dsputil.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |