[FFmpeg-cvslog] configure: Add missing vvc_decoder->cbs_h266 dependency

Andreas Rheinhardt git at videolan.org
Sat Mar 2 08:04:38 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Mar  1 12:52:53 2024 +0100| [45c612702f6b21219d6092d611fb7aef61550902] | committer: Nuo Mi

configure: Add missing vvc_decoder->cbs_h266 dependency

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45c612702f6b21219d6092d611fb7aef61550902
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 574c9bf5f6..b5b233e852 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list