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 CE2124858D for ; Mon, 5 Feb 2024 20:27:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 15EDA68D119; Mon, 5 Feb 2024 22:27:35 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D4BF468C4D2 for ; Mon, 5 Feb 2024 22:27:28 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 306ABFF802 for ; Mon, 5 Feb 2024 20:27:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1707164848; 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=3e/GCuc5jkNebHWrb94k8NH5LZmf9YmbC3eb8OSoYbU=; b=ex3WTlUeefys5xRDP6Un72L+d8JknkIdoBpXvKPZTwbDbNQk8CtZIb7OZzXVHWRYXJM7Q/ vVVfG5siqWPUfS52iwyrGimEgePKHG1xWjfry660MT1D1NK4C/91rgISM5kRZQPoySkl11 Y+9eB0F/V9TBLCrlmAlSNyfWjA7FOIxNhZs6Egp+NJ7D8UrvVEjgkcCGbbZx3BwwsP+bqG tSpU2LyIUQwyAye/fTUAQHMpJPIBPyBm0Zl7s3d0aKzFBSLrB+ze1LUBjiApzjsniqmg0X RIH6fbaAu81mGohNMZ77Z3mcU+iunIlJorbWU9W8QVdbWLl82Q/qqbkemSoL/g== Date: Mon, 5 Feb 2024 21:27:27 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240205202727.GT6420@pb2> References: <20240205195802.14522-1-anton@khirnov.net> <20240205195802.14522-2-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240205195802.14522-2-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] Require compilers to support C17. 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="===============5641284584478511132==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5641284584478511132== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FqkWHo3M9FlPHFcA" Content-Disposition: inline --FqkWHo3M9FlPHFcA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 05, 2024 at 08:54:40PM +0100, Anton Khirnov wrote: > It should be available in all relevant modern compilers and will allow > us to use features like anonymous unions. >=20 > Note that stdatomic.h is still emulated on MSVC, as current versions > require the /experimental:c11atomics, and do not support > ATOMIC_VAR_INIT() anyway. > --- > Now moving to C17 rather than C11, as the former contains important > fixes and its support across the compilers we care about should be > similar. >=20 > Now also tested with MSVC in wine, thanks to Martin for pointing me at > https://github.com/mstorsjo/msvc-wine > --- > configure | 23 +++++++++++------------ > doc/developer.texi | 10 ++-------- > 2 files changed, 13 insertions(+), 20 deletions(-) please wait a bit with applying this so we understand better what it affects thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein --FqkWHo3M9FlPHFcA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZcFEpQAKCRBhHseHBAsP q7IGAJ9uZxTjDZAG7dTUPFgO5RAAfnuD2QCgiHH2TfJPx+mhu1ShA+iM/9kT2Bg= =QELi -----END PGP SIGNATURE----- --FqkWHo3M9FlPHFcA-- --===============5641284584478511132== 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". --===============5641284584478511132==--