mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
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>
This commit is contained in:
committed by
Martin Storsjö
parent
3bd062bf7f
commit
cb7ecb7563
4
configure
vendored
4
configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user