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 8A8AF4A27B for ; Mon, 25 Mar 2024 21:19:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7430668D5AA; Mon, 25 Mar 2024 23:19:01 +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 9FB3168D551 for ; Mon, 25 Mar 2024 23:18:54 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id D9E0640002 for ; Mon, 25 Mar 2024 21:18:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711401534; 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=LQtA8vfSITqb3qyaxVJdqwNX37rZGD8ySyAjni0kJjg=; b=UnVnvCfI3lElamd73RRaab5khLOb6CbSc8Qj8V2JLZLSGiA6LPBrCbBOvhiL2lt6cC/O/t T+c7c2fj5SoijLdpJILReE7494sxUcCD+adUNQPpYOFYZAzEYxyFb6Qs2I0IeMT9t8FeN+ IbNahJSxfqg0tNswm+647iOIlZMxWFF9A5D7NLB8yQjFx70Rmy3gA4mfvW59HN68u+nZFR ZGWh4hOx4WcW5Jf/MxUYUCeRdiQPr9slNIWu2oLE1Ucn8n0CGvc3wIFkbMIixjary0Op/y dhIvSbSATkmDSdj+SHFjjXdCOGI01F15+h+QXWXwX2D8Rar+gSHToAcrFh+7vQ== Date: Mon, 25 Mar 2024 22:18:53 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240325211853.GS6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 03/10] avutil/common: Don't auto-include mem.h 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="===============0082891496072260326==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0082891496072260326== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pFibAZogpjluykUE" Content-Disposition: inline --pFibAZogpjluykUE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 25, 2024 at 02:53:17AM +0100, Andreas Rheinhardt wrote: > There are lots of files that don't need it: The number of object > files that actually need it went down from 2011 to 884 here. >=20 > Keep it for external users in order to not cause breakages. >=20 > Also improve the other headers a bit while just at it. breaks mips build: src/libavformat/asfdec_f.c: In function =E2=80=98asf_read_stream_properties= =E2=80=99: src/libavformat/asfdec_f.c:438:38: error: implicit declaration of function = =E2=80=98av_bswap32=E2=80=99; did you mean =E2=80=98av_escape=E2=80=99? [-W= error=3Dimplicit-function-declaration] asf_st->palette[i] =3D av_bswap32(((uint32_t *)st->codecpa= r->extradata)[i]); ^~~~~~~~~~ av_escape cc1: some warnings being treated as errors src/ffbuild/common.mak:81: recipe for target 'libavformat/asfdec_f.o' failed make: *** [libavformat/asfdec_f.o] Error 1 make: *** Waiting for unfinished jobs.... [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger. -- Epictetus --pFibAZogpjluykUE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgHqPAAKCRBhHseHBAsP qzKIAJ9EopSFg1wdBE9kFIEuCX9ViPQMoQCdGb8Mp74Q/Rpe/OTLgEj7WqbItLY= =xpxv -----END PGP SIGNATURE----- --pFibAZogpjluykUE-- --===============0082891496072260326== 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". --===============0082891496072260326==--