mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Add h264chroma dependency for vp5 and vp6 decoder to configure.
Fix building for some unusual configurations.
This commit is contained in:
parent
981cf0c300
commit
2b09078a61
4
configure
vendored
4
configure
vendored
@ -1783,8 +1783,8 @@ vc1image_decoder_select="vc1_decoder"
|
||||
vorbis_decoder_select="mdct"
|
||||
vorbis_encoder_select="mdct"
|
||||
vp3_decoder_select="vp3dsp videodsp"
|
||||
vp5_decoder_select="vp3dsp videodsp"
|
||||
vp6_decoder_select="huffman vp3dsp videodsp"
|
||||
vp5_decoder_select="h264chroma vp3dsp videodsp"
|
||||
vp6_decoder_select="h264chroma huffman vp3dsp videodsp"
|
||||
vp6a_decoder_select="vp6_decoder"
|
||||
vp6f_decoder_select="vp6_decoder"
|
||||
vp8_decoder_select="h264pred videodsp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user