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 1B5964974C for ; Tue, 19 Mar 2024 21:22:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CE7FD68D444; Tue, 19 Mar 2024 23:21:59 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A5D9668D05A for ; Tue, 19 Mar 2024 23:21:53 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 05EE01C0002 for ; Tue, 19 Mar 2024 21:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710883313; 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=ZEzvPTgHgdBaJxs/mY2ANMU3oRsG1jOADL6oRn48tS8=; b=GNOH/enLoIlScS2DicZA+hj4rt+b7Mh4+x/nI3vX7xKZTXVk+QMKLH0mOm1IACBkazX/ih UGjvO06d5PZcTxPz6XMQM5vrJpE7M0tBX94IVt+6cDynCdQSKHgQcmWf3yJvjYX0fWQUN1 +515JIORwOzqbnD4tBJHcx6VHGZN1eWmfM9JA96sYmFHFR7/l4nGWbEImbII4MMwD+Oire BVbt1sTddbd2lqgmzry4E5rwLz//EVF3sQnErsCbHGvWdHZYHu8oP0KS7dq1jQ2dam2Vze WSyj1Uh60IYRbSYeSsey970/A86O6VD3Uif3b/FDZGAvOXZ77qOMmjUY5zUSGw== Date: Tue, 19 Mar 2024 22:21:52 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240319212152.GL6420@pb2> References: <20240319185818.25400-1-jamrial@gmail.com> <20240319185818.25400-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240319185818.25400-2-jamrial@gmail.com> 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="===============4328084468890121249==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4328084468890121249== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="my4kpK5LTlxNzJUH" Content-Disposition: inline --my4kpK5LTlxNzJUH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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" That breaks build here [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The smallest minority on earth is the individual. Those who deny=20 individual rights cannot claim to be defenders of minorities. - Ayn Rand --my4kpK5LTlxNzJUH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZfoB7AAKCRBhHseHBAsP q2dHAJ4sq+Afhw58G3f11IapaRGfe7jGxgCfe+OVsk00fglgj8lnhJwVWbSJ0PI= =y7/W -----END PGP SIGNATURE----- --my4kpK5LTlxNzJUH-- --===============4328084468890121249== 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". --===============4328084468890121249==--