You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/vvcdec: fix undefined reference to ff_h2645_pixel_aspect
This issue was introduced by commit bb8e95b650
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
This commit is contained in:
@@ -15,3 +15,4 @@ OBJS-$(CONFIG_VVC_DECODER) += vvc/dec.o \
|
|||||||
vvc/ps.o \
|
vvc/ps.o \
|
||||||
vvc/refs.o \
|
vvc/refs.o \
|
||||||
vvc/thread.o \
|
vvc/thread.o \
|
||||||
|
h2645data.o \
|
||||||
|
Reference in New Issue
Block a user