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 EAEEE4CEE9 for ; Mon, 11 Aug 2025 22:28:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 9F3FD68CBAD; Tue, 12 Aug 2025 01:28:39 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 61EC768AD0A for ; Tue, 12 Aug 2025 01:28:33 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 98A814337A for ; Mon, 11 Aug 2025 22:28:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1754951312; 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=j4bJGP18T9elgkt9aPR5iIfHa1KYKDzS/kOkq5wBo0U=; b=I03d+vMmfe2qX7HILiavqFZbTA22/iuh8oCRMmMOT9vdkK5X5vWExeYKxyzt50Lj0GSkTa lQjM8zR4xzb5nWctROv0JLgnVkUGpcKGhirDQ0uUAn6fXXoB04nl6xgkr07Uak+2wrRujt oFcdwNn3SKkUEzpnFpzjd0At8AOnK5st6pa3B1Pa2/9ZrRD6OszncfLWwWMOhqSQiihoWS c3EIdOjR5ftSfbaQCRe/iimzcJtOgrUacOiHeUyLshFIApwqbG+hdVtA8xFzmdQHY6ygF/ eFLBPRs7kCvHvz3N7novnI++gXA5hlHTKBZxnNo8hwg5cC7bA8GFzBbrEKEwuQ== Date: Tue, 12 Aug 2025 00:28:31 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250811222831.GE29660@pb2> References: <20250808072735.1812024-1-peterend@axis.com> <20250808072735.1812024-2-peterend@axis.com> MIME-Version: 1.0 In-Reply-To: <20250808072735.1812024-2-peterend@axis.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgddufeefieehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieehrddujeeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieehrddujeeipdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2.1 1/2] configure: Add test_ioctl and test for SIOCGIFINDEX 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="===============7203009475272350294==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7203009475272350294== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="piLCCKJdTNR/1KJg" Content-Disposition: inline --piLCCKJdTNR/1KJg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Peter On Fri, Aug 08, 2025 at 09:27:34AM +0200, Peter Enderborg wrote: > Adds a generic ioctl tester and a specific test SIOCGIFINDEX > that sets ioctl_gifindex. It is a network specific feature > and the tests are run only in network context. >=20 > Signed-off-by: Peter Enderborg > --- > configure | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) >=20 > diff --git a/configure b/configure > index 712ed947ff..9c9de9f525 100755 > --- a/configure > +++ b/configure [...] > @@ -2668,6 +2683,7 @@ CONFIG_EXTRA=3D" > vvc_sei > wma_freqs > wmv2dsp > + > " > =20 > CMDLINE_SELECT=3D" > @@ -6026,6 +6042,7 @@ case $target_os in > linux) > enable section_data_rel_ro > enabled_any arm aarch64 && enable_weak linux_perf > + > ;; > irix*) > target_os=3Dirix These 2 changes are unneeded and unrelated to the SIOCGIFINDEX stuff thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If the United States is serious about tackling the national security threat= s=20 related to an insecure 5G network, it needs to rethink the extent to which = it values corporate profits and government espionage over security.-Bruce Schn= eier --piLCCKJdTNR/1KJg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaJpujwAKCRBhHseHBAsP qy0cAJkB4NwF3Ee/4HY/rmy2+XSQYk3aOACgl3+Z+dxhMokv/vrTVBqv8rmvbvo= =1YOR -----END PGP SIGNATURE----- --piLCCKJdTNR/1KJg-- --===============7203009475272350294== 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". --===============7203009475272350294==--