ffmpeg | branch: master | Nuo Mi <nuomi2...@gmail.com> | Sun Feb 23 21:37:19 2025 +0800| [dede00f003c51a8cbe8407df4a7063a07644a6a2] | committer: Nuo Mi
lavc/vvcdec: fix undefined reference to ff_h2645_pixel_aspect This issue was introduced by commit bb8e95b650de30d6e07196761d1fc61857f5462d Reproduce steps: ./configure --enable-ffmpeg --disable-everything --enable-decoder=vvc --enable-parser=vvc --enable-demuxer=vvc --enable-protocol=file,pipe --enable-encoder=rawvideo,wrapped_avframe --enable-muxer=rawvideo,md5,null && make -j > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dede00f003c51a8cbe8407df4a7063a07644a6a2 --- libavcodec/vvc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vvc/Makefile b/libavcodec/vvc/Makefile index 6a28d32bc2..d1d78933d1 100644 --- a/libavcodec/vvc/Makefile +++ b/libavcodec/vvc/Makefile @@ -15,3 +15,4 @@ OBJS-$(CONFIG_VVC_DECODER) += vvc/dec.o \ vvc/ps.o \ vvc/refs.o \ vvc/thread.o \ + h2645data.o \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".