From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id B1FED4D7A7 for ; Mon, 2 Jun 2025 01:28:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 6B0C668CB6D; Mon, 2 Jun 2025 04:28:37 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 897DD68CA33 for ; Mon, 2 Jun 2025 04:28:30 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id A4DC54391A for ; Mon, 2 Jun 2025 01:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1748827709; 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=TaoXc0neJlJjq9vW4OMKmBPAv1uPqBIYvT6F1nsrJPg=; b=QQnv2/6MdNMkCvs6CfzhssYDtk9xfRMIgGCRnN6TiujafyTBF9Ox0wowappl3M8MIwYJVb Id749Labg3h8PnyZbCUb6++2iMkTo1Y610c50RjGNVzG6TR02R5IDMWUl1Y0mQ++wSWU4Q BWT7f59n0eywwNX4L53aBPMrZrQk4Kavbm0VRsSKaqxfrqgyynJev7x96qN96hjia1x+zt 7fXB4upilGKyHY20HLreNa4hHMWRee0zcYbS9vUuVEN5GJIRUGjWOUudfNbNcjG9EZNXBp vNymYxEZRd3bMhdYZaFlI+4ixiGpPBlLB9uuyUY8b7xwBQuxZJrM2jlsfVhNOg== Date: Mon, 2 Jun 2025 03:28:28 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250602012828.GB29660@pb2> References: <4d7af186ce9f8a8d3b12cdc2c979ea54320eed96.1748663925.git.ffmpegagent@gmail.com> MIME-Version: 1.0 In-Reply-To: <4d7af186ce9f8a8d3b12cdc2c979ea54320eed96.1748663925.git.ffmpegagent@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddtgdefieefheculddtuddrgeefvddrtddtmdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtjeenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepleekgefgffeiudefjeeuffejudehtddtudeltdehveevvedtieeulefhtdeutdeknecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] fftools/resman: remove unused includes, fix declaration 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="===============8464981479943917701==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8464981479943917701== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lNK9RXEfBTwZsqA6" Content-Disposition: inline --lNK9RXEfBTwZsqA6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi softworkz On Sat, May 31, 2025 at 03:58:44AM +0000, softworkz wrote: > From: softworkz >=20 > Signed-off-by: softworkz > --- > fftools/resources/resman.c | 7 +++---- > fftools/resources/resman.h | 10 +--------- > 2 files changed, 4 insertions(+), 13 deletions(-) seems to breaks build fftools/resources/resman.c:60:8: error: unknown type name =E2=80=98AVMutex= =E2=80=99 60 | static AVMutex mutex =3D AV_MUTEX_INITIALIZER; | ^~~~~~~ fftools/resources/resman.c:60:24: error: =E2=80=98AV_MUTEX_INITIALIZER=E2= =80=99 undeclared here (not in a function) 60 | static AVMutex mutex =3D AV_MUTEX_INITIALIZER; | ^~~~~~~~~~~~~~~~~~~~ fftools/resources/resman.c: In function =E2=80=98get_resman_context=E2=80= =99: fftools/resources/resman.c:123:5: error: implicit declaration of function = =E2=80=98ff_mutex_lock=E2=80=99 [-Werror=3Dimplicit-function-declaration] 123 | ff_mutex_lock(&mutex); | ^~~~~~~~~~~~~ fftools/resources/resman.c:138:5: error: implicit declaration of function = =E2=80=98ff_mutex_unlock=E2=80=99 [-Werror=3Dimplicit-function-declaration] 138 | ff_mutex_unlock(&mutex); | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make: *** [ffbuild/common.mak:81: fftools/resources/resman.o] Error 1 make: *** Waiting for unfinished jobs.... [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great genius has ever existed without some touch of madness. -- Aristotle --lNK9RXEfBTwZsqA6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaDz+MwAKCRBhHseHBAsP q3gSAJ9YHbZSYTJ2o7ORJRS6yBl/S5m5HQCbBbAJqgspS0O0gquGV/fyJwLkjrE= =V/c5 -----END PGP SIGNATURE----- --lNK9RXEfBTwZsqA6-- --===============8464981479943917701== 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". --===============8464981479943917701==--