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 53B954A09E for ; Tue, 19 Mar 2024 21:31:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A7F7B68D43B; Tue, 19 Mar 2024 23:31:45 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DCC6C68D437 for ; Tue, 19 Mar 2024 23:31:38 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id B286F20002 for ; Tue, 19 Mar 2024 21:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710883897; 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=8Ecvn9gHobi3J1aBKG4nyK+TJ8HikNaoQlszT3dpBfQ=; b=nW12gAOYCkIiV3qMZSrHaWaV9yRTeX1VFkb0BQMg8Kqxn5AfvcM9Ta549saIoz+DgvxX15 wHBThTWtYUDt2Yv+4mAcQQbcqYzjFFgYXQTxy2c2oAD4ppCbKci+Gv/kzGVSnimsNdYRTa iwEj2KyIwIaehStptWhjUiG6JDj2lGERAiiKHSjvbx/WjI3vYymz5HdfM257aNCblJJxd0 dv5vnGy3y6AMWsGMDLJE+FWMiMHTvuSwQoFJMyIuLgtTjhwtOGTShALjy/mIMlNkApTdga VsMiUbkwoRc7D35nmX2+BdqjELkMndP/krOB4ZIHdcJvgYsNAhBk5X/aQ+pQGQ== Date: Tue, 19 Mar 2024 22:31:36 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240319213136.GM6420@pb2> References: <20240319185818.25400-1-jamrial@gmail.com> <20240319185818.25400-2-jamrial@gmail.com> <20240319212152.GL6420@pb2> MIME-Version: 1.0 In-Reply-To: <20240319212152.GL6420@pb2> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] configure: check for C17 by default 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="===============7227094800968216150==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7227094800968216150== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="59JREIJPJRPncl9N" Content-Disposition: inline --59JREIJPJRPncl9N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2024 at 10:21:52PM +0100, Michael Niedermayer wrote: > On Tue, Mar 19, 2024 at 03:58:18PM -0300, James Almer wrote: > > Signed-off-by: James Almer > > --- > > configure | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > diff --git a/configure b/configure > > index b10d081549..a9a9a65ca2 100755 > > --- a/configure > > +++ b/configure > > @@ -4012,7 +4012,7 @@ mandir_default=3D'${prefix}/share/man' > > # toolchain > > ar_default=3D"ar" > > cc_default=3D"gcc" > > -stdc_default=3D"c11" > > +stdc_default=3D"c17" > > stdcxx_default=3D"c++11" > > cxx_default=3D"g++" > > host_cc_default=3D"gcc" >=20 > That breaks build here also i suspect this will break various fate clients [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better than the prosperity of the fool. -- Epicurus --59JREIJPJRPncl9N Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZfoEOAAKCRBhHseHBAsP qye8AJ9A0kUbgBDBXjxZtKn7eZ6dIncGrgCfVXoK3yfBfMbq3pDdtrz4rFGse4w= =650Q -----END PGP SIGNATURE----- --59JREIJPJRPncl9N-- --===============7227094800968216150== 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". --===============7227094800968216150==--