[FFmpeg-devel] [PATCH v8 01/13] vvcdec: add vvc_data
Michael Niedermayer
michael at niedermayer.cc
Sun Dec 31 23:43:37 EET 2023
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20231231/3ffb2a9d/attachment.sig>
More information about the ffmpeg-devel
mailing list