From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id B2BEA466FA for ; Sun, 31 Dec 2023 21:43:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7BE9468CB7F; Sun, 31 Dec 2023 23:43:46 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6CA8868BF3C for ; Sun, 31 Dec 2023 23:43:39 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8E3F5C0002 for ; Sun, 31 Dec 2023 21:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1704059018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=J0YRIXUpm9OkZxYnbyCwzbo3uvt43UGPuyfIQTYSAZg=; b=ch2NQjdyIp/e8N0CKqvrycKI3idSqcOpmm5UXnk1eF+ivj63kbsj99N99/ilWytK5lrVoe Oq5lx7zNQjD/f5GLdDBmzvsGXb1g7IjA5gnbTkkeOJwek6xXOPUFGDSoVII2xjqzCmjPY1 0WwFNgSw69WK64frLBVkBLb0TGhpe+KtfviBEzLA7TfHmZnZr/PODGEgHtjSMI/AriNJAD 8+cMFUtIrFGFWyFCGz/JUinGHMtqPzOEXDpuXnIYRb6nIJNsPXqt/4GGo5ODPJnQhoFitI DvWtl/k7+Xxagjw/LE6ETsxKVnZPBqDTL2xhnV/gGcfgg9ymNx0HkbhVa1x/fw== Date: Sun, 31 Dec 2023 22:43:37 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231231214337.GT6420@pb2> References: <20231231081858.1704-1-nuomi2021@gmail.com> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v8 01/13] vvcdec: add vvc_data X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============1875635523892032604==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1875635523892032604== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="F/rdC2NaWBS1PYpH" Content-Disposition: inline --F/rdC2NaWBS1PYpH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 5dd5ea68a6..bb42095165 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -64,6 +64,7 @@ OBJS =3D ac3_parser.o = \ > xiph.o \ > =20 > # subsystems > +include $(SRC_PATH)/libavcodec/vvc/Makefile > OBJS-$(CONFIG_AANDCTTABLES) +=3D aandcttab.o > OBJS-$(CONFIG_AC3DSP) +=3D ac3dsp.o ac3.o ac3tab.o > OBJS-$(CONFIG_ADTS_HEADER) +=3D adts_header.o mpeg4audio_sam= ple_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:%=3Dlibavcodec/vvc/%) this fails with make: *** No rule to make target '@rm', needed by 'clean'. Stop. thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety -- Benjamin Franklin --F/rdC2NaWBS1PYpH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZZHgiQAKCRBhHseHBAsP q2mAAJ95dZSfdg0tIqnVJqycUAX6L6QvOwCeKzUXpH1dh/fEB8t6YuzZNlTKl5c= =oclH -----END PGP SIGNATURE----- --F/rdC2NaWBS1PYpH-- --===============1875635523892032604== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============1875635523892032604==--