On Sun, Dec 31, 2023 at 04:18:46PM +0800, Nuo Mi wrote: > --- > libavcodec/Makefile | 1 + > libavcodec/vvc/Makefile | 3 + > libavcodec/vvc/vvc_data.c | 3486 +++++++++++++++++++++++++++++++++++++ > libavcodec/vvc/vvc_data.h | 80 + > 4 files changed, 3570 insertions(+) > create mode 100644 libavcodec/vvc/Makefile > create mode 100644 libavcodec/vvc/vvc_data.c > create mode 100644 libavcodec/vvc/vvc_data.h > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 5dd5ea68a6..bb42095165 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -64,6 +64,7 @@ OBJS = ac3_parser.o > \ > xiph.o \ > > # subsystems > +include $(SRC_PATH)/libavcodec/vvc/Makefile > OBJS-$(CONFIG_AANDCTTABLES) += aandcttab.o > OBJS-$(CONFIG_AC3DSP) += ac3dsp.o ac3.o ac3tab.o > OBJS-$(CONFIG_ADTS_HEADER) += adts_header.o > mpeg4audio_sample_rates.o > diff --git a/libavcodec/vvc/Makefile b/libavcodec/vvc/Makefile > new file mode 100644 > index 0000000000..8362b721d0 > --- /dev/null > +++ b/libavcodec/vvc/Makefile > @@ -0,0 +1,3 @@ > +clean:: $(RM) $(CLEANSUFFIXES:%=libavcodec/vvc/%)
this fails with make: *** No rule to make target '@rm', needed by 'clean'. Stop. thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety -- Benjamin Franklin
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".