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 4A9D44C24F for ; Fri, 23 May 2025 16:27:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id A7C6268DE61; Fri, 23 May 2025 19:27:47 +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 6DA0468DB16 for ; Fri, 23 May 2025 19:27:40 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2C3CA43991 for ; Fri, 23 May 2025 16:27:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1748017659; 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=8+cEC3NM4F6nrKT4MYE3630vHAQ+/FSw3rG2K93vm00=; b=j3hJiNfQzoqUsPtubQzGtwhrobuYDrykNv4IzCFvz0vjGOGTwmjiOVvNpUWx6bOZEMOz8h g38OC+0i3Uw1AVZdr1N2BKaupI7kgsk4guCb+6zTzkSybIfGfnbjxqC7ax2QkjVPP2fYWW bkQBEC9vCz4u+wy4Y7+VKb57bLhDWbLOBTym9zkqUoXA0uyo+INTAU9xOHkYU6XfjXaS4n oyj4WBPrr0EAjz9oK9M6MC1Me+kBa4JiZYl3Det//qm67yaUEDCB819jPVruCg8wHVYx0K 3oJ7nUVWVIDHiYHd7VcK67pOpEWgm2Sy06Rem/qX39s3auWKlvH7KadIx9FgLg== Date: Fri, 23 May 2025 18:27:38 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250523162738.GF29660@pb2> References: <20250521124824.49657-1-ffmpeg@haasn.xyz> <20250521124824.49657-9-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20250521124824.49657-9-ffmpeg@haasn.xyz> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddtgdelfeefucdltddurdegfedvrddttddmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 08/17] swscale/ops_internal: add internal ops backend API 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="===============0670293863820610289==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0670293863820610289== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4KeWP7zXOo0/1kZF" Content-Disposition: inline --4KeWP7zXOo0/1kZF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 21, 2025 at 02:43:54PM +0200, Niklas Haas wrote: > From: Niklas Haas >=20 > This adds an internal API for ops backends, which are responsible for > compiling op lists into executable functions. > --- > libswscale/ops.c | 62 ++++++++++++++++++++++ > libswscale/ops_internal.h | 108 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 170 insertions(+) > create mode 100644 libswscale/ops_internal.h ubuntu x86-32 In file included from src/libavutil/internal.h:39:0, from src/libavutil/common.h:50, from src/libavutil/avutil.h:300, from src/libswscale/swscale.h:33, from src/libswscale/graph.h:27, from src/libswscale/ops.h:28, from src/libswscale/ops.c:27: src/libswscale/ops_internal.h:50:1: error: static assertion failed: "SwsOpE= xec layout mismatch" static_assert(sizeof(SwsOpExec) =3D=3D 16 * sizeof(void *) + 8 * sizeof(in= t32_t), ^ make: *** [/home/michael/ffmpeg-git/ffmpeg/ffbuild/common.mak:81: libswscal= e/ops.o] Error 1 make: *** Waiting for unfinished jobs.... AR libavcodec/libavcodec.a [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin --4KeWP7zXOo0/1kZF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaDCh9wAKCRBhHseHBAsP q+txAJ9E8j+VLJXivuJnTxjOGsQCasv3VgCfbXZ9NP+Ju00Ftys9U19bhLQfeyw= =3mOE -----END PGP SIGNATURE----- --4KeWP7zXOo0/1kZF-- --===============0670293863820610289== 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". --===============0670293863820610289==--