diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 14:12:58 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:18:27 +0300 |
commit | 2f6bc5f7c193477c2ebc0acce8f2d5551445e129 (patch) | |
tree | 60de4c24f9e00a9fb9b0f07c03be5c3d2ee8ae4b /configure | |
parent | f4fed5a2f97ec843c04af6b91a86dd237a655361 (diff) | |
download | ffmpeg-2f6bc5f7c193477c2ebc0acce8f2d5551445e129.tar.gz |
svq3: Use hpeldsp instead of dsputil for half-pel functions
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1642,7 +1642,7 @@ sipr_decoder_select="lsp" sp5x_decoder_select="dsputil" svq1_decoder_select="hpeldsp" svq1_encoder_select="aandcttables dsputil mpegvideoenc" -svq3_decoder_select="golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp" +svq3_decoder_select="golomb h264chroma h264dsp h264pred h264qpel hpeldsp mpegvideo videodsp" svq3_decoder_suggest="error_resilience zlib" tak_decoder_select="dsputil" theora_decoder_select="vp3_decoder" |