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 ESMTPS id D6F774BA0B for ; Sun, 2 Mar 2025 01:55:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CD4B468E2AF; Sun, 2 Mar 2025 03:54:59 +0200 (EET) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C607268DF96 for ; Sun, 2 Mar 2025 03:54:53 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3022B43159 for ; Sun, 2 Mar 2025 01:54:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1740880493; 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=Hc21DpNgR53/VnYa1Uap00NBc4PXlNLgokZ6JdKqn6M=; b=WIgSgvqrdRG++ropjJ0qadzJjgY6TFo8Url0YKLoJ0sjurZgxCcC/tNtt4CTD/aa+DltkW ah4vuD7Z2ECx5Mo3z04p6HElocKCkuNucfyjjHNsSLC8xc8VKDuKQpqmBcRI86t6cXuMgh pxRQZ7gtXamboxtevXBwaNMx9jatpviBEtbmpfdEMQJpl0YxRMkLRsoPi5bza+0q/7S4on +lctl7nRRRAouSGRiVlthGcAX0PKEWgBeejy7pQZ3T1zrh9+lGuCeYD0RFMZ5mxhIRmYZW gBXsxIQPprMGr7/OEDvglN+Sd2F8wdET1hnECNBmlYlONNTYPBuRjnfIYIkKiw== Date: Sun, 2 Mar 2025 02:54:52 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250302015452.GB4991@pb2> References: <20250228135445.101947-1-dev@lynne.ee> MIME-Version: 1.0 In-Reply-To: <20250228135445.101947-1-dev@lynne.ee> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdelgeelfecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2] aacenc: move encoder to libavcodec/aac/ 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="===============8655241519517474578==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8655241519517474578== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mgFJi3fCIEzoCYVR" Content-Disposition: inline --mgFJi3fCIEzoCYVR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 28, 2025 at 02:54:40PM +0100, Lynne wrote: > --- > libavcodec/Makefile | 18 ++++++------------ > libavcodec/aac/Makefile | 7 +++++++ > libavcodec/{ =3D> aac}/aac.h | 0 > libavcodec/{ =3D> aac}/aaccoder.c | 10 +++++----- > libavcodec/{ =3D> aac}/aaccoder_trellis.h | 4 ++-- > libavcodec/{ =3D> aac}/aaccoder_twoloop.h | 6 +++--- > libavcodec/aac/aacdec.c | 4 ++-- > libavcodec/aac/aacdec.h | 2 +- > libavcodec/aac/aacdec_ac.c | 2 +- > libavcodec/aac/aacdec_dsp_template.c | 2 +- > libavcodec/aac/aacdec_fixed.c | 2 +- > libavcodec/aac/aacdec_float.c | 2 +- > libavcodec/aac/aacdec_tab.c | 4 ++-- > libavcodec/aac/aacdec_usac.c | 2 +- > libavcodec/{ =3D> aac}/aacenc.c | 18 +++++++++--------- > libavcodec/{ =3D> aac}/aacenc.h | 11 +++++------ > libavcodec/{ =3D> aac}/aacenc_is.c | 0 > libavcodec/{ =3D> aac}/aacenc_is.h | 0 > libavcodec/{ =3D> aac}/aacenc_quantization.h | 2 +- > .../{ =3D> aac}/aacenc_quantization_misc.h | 0 > libavcodec/{ =3D> aac}/aacenc_tns.c | 2 +- > libavcodec/{ =3D> aac}/aacenc_tns.h | 0 > libavcodec/{ =3D> aac}/aacenc_utils.h | 0 > libavcodec/{ =3D> aac}/aacencdsp.h | 0 > libavcodec/{ =3D> aac}/aacenctab.c | 0 > libavcodec/{ =3D> aac}/aacenctab.h | 3 ++- > libavcodec/{ =3D> aac}/aacpsy.c | 4 ++-- > libavcodec/{ =3D> aac}/aactab.c | 4 ++-- > libavcodec/{ =3D> aac}/aactab.h | 0 > libavcodec/aacsbr.c | 2 +- > libavcodec/aacsbr_fixed.c | 2 +- > libavcodec/aarch64/aacencdsp_init.c | 2 +- > libavcodec/sbrdsp.c | 2 +- > libavcodec/sbrdsp_fixed.c | 2 +- > libavcodec/x86/aacencdsp_init.c | 2 +- > 35 files changed, 61 insertions(+), 60 deletions(-) > rename libavcodec/{ =3D> aac}/aac.h (100%) > rename libavcodec/{ =3D> aac}/aaccoder.c (99%) > rename libavcodec/{ =3D> aac}/aaccoder_trellis.h (99%) > rename libavcodec/{ =3D> aac}/aaccoder_twoloop.h (99%) > rename libavcodec/{ =3D> aac}/aacenc.c (99%) > rename libavcodec/{ =3D> aac}/aacenc.h (98%) > rename libavcodec/{ =3D> aac}/aacenc_is.c (100%) > rename libavcodec/{ =3D> aac}/aacenc_is.h (100%) > rename libavcodec/{ =3D> aac}/aacenc_quantization.h (98%) > rename libavcodec/{ =3D> aac}/aacenc_quantization_misc.h (100%) > rename libavcodec/{ =3D> aac}/aacenc_tns.c (99%) > rename libavcodec/{ =3D> aac}/aacenc_tns.h (100%) > rename libavcodec/{ =3D> aac}/aacenc_utils.h (100%) > rename libavcodec/{ =3D> aac}/aacencdsp.h (100%) > rename libavcodec/{ =3D> aac}/aacenctab.c (100%) > rename libavcodec/{ =3D> aac}/aacenctab.h (99%) > rename libavcodec/{ =3D> aac}/aacpsy.c (99%) > rename libavcodec/{ =3D> aac}/aactab.c (99%) > rename libavcodec/{ =3D> aac}/aactab.h (100%) seems to break: make fate tests/checkasm/aacencdsp.c:25:10: fatal error: libavcodec/aacenc_utils.h: N= o such file or directory 25 | #include "libavcodec/aacenc_utils.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [ffbuild/common.mak:81: tests/checkasm/aacencdsp.o] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answe= r. --mgFJi3fCIEzoCYVR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ8O6aAAKCRBhHseHBAsP q/XzAJ9q1u3wqiykHl8bhBpuZb0kBRfjIwCeI/+gvioleL0MHqzL+8VLG3WPh3A= =RtHm -----END PGP SIGNATURE----- --mgFJi3fCIEzoCYVR-- --===============8655241519517474578== 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". --===============8655241519517474578==--