1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

svq3: use hpeldsp instead of dsputil for half-pel functions.

This commit is contained in:
Ronald S. Bultje
2013-03-10 14:12:58 -07:00
committed by Michael Niedermayer
parent 4ba5dbc0e4
commit 05dd583426
2 changed files with 11 additions and 8 deletions

2
configure vendored
View File

@@ -1806,7 +1806,7 @@ sonic_encoder_select="golomb"
sonic_ls_encoder_select="golomb"
svq1_decoder_select="hpeldsp"
svq1_encoder_select="aandcttables dsputil mpegvideoenc"
svq3_decoder_select="error_resilience golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp"
svq3_decoder_select="dsputil error_resilience golomb h264chroma h264dsp h264pred h264qpel mpegvideo videodsp"
svq3_decoder_suggest="zlib"
tak_decoder_select="dsputil"
theora_decoder_select="vp3_decoder"