mirror of https://git.ffmpeg.org/ffmpeg.git
configure: Add missing vvc_decoder->cbs_h266 dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
d25b3497f2
commit
45c612702f
|
@ -3036,7 +3036,7 @@ vp6f_decoder_select="vp6_decoder"
|
|||
vp7_decoder_select="h264pred videodsp vp8dsp"
|
||||
vp8_decoder_select="h264pred videodsp vp8dsp"
|
||||
vp9_decoder_select="videodsp vp9_parser vp9_superframe_split_bsf"
|
||||
vvc_decoder_select="cabac golomb videodsp"
|
||||
vvc_decoder_select="cabac cbs_h266 golomb videodsp"
|
||||
wcmv_decoder_select="inflate_wrapper"
|
||||
webp_decoder_select="vp8_decoder exif"
|
||||
wmalossless_decoder_select="llauddsp"
|
||||
|
|
Loading…
Reference in New Issue