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 5F233497E0 for ; Wed, 20 Mar 2024 20:08:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 519C668D4E1; Wed, 20 Mar 2024 22:08:40 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0BA3368D468 for ; Wed, 20 Mar 2024 22:08:33 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 69F02E0004 for ; Wed, 20 Mar 2024 20:08:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710965313; 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=4O99iqn3FeAU8JrC80X3KyeLc4s8u3rgnl71gVJP4AQ=; b=nJ91QzsOf8rBdTMidd7S3bgLzxdzZUJp8wrUfpTkOMdk13lzmhQHs7aetJYi2fLyBFJrw5 sVNuJ9ResfiLjIldDSjgJLkf1PDl89RhL4aTV69upd6bVhgWGBE/3YXZGNk8BnRwwex4NG 68iWTRXoKlfBHqerWehJK/bEex4hCi7H8CnzeHKGO9mhrg2tehZpIH/auXeJhyTtWrmRjW J35fk79C68BjL25OobE14W/And5ogbft3yrZ9yfBL24+F+/5cPirxFIWwrjyqT1IM2Lvc5 SSkEaxvSC/s/8Og+fkqONA6YYxiDOsSkcYRs9/7YjnKDm19WXvj/50gt5e+HDg== Date: Wed, 20 Mar 2024 21:08:32 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240320200832.GW6420@pb2> References: <20240319224428.46481-1-jamrial@gmail.com> <20240320164458.19749-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240320164458.19749-1-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2 v3] configure: make the C and C++ standard settable 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="===============3537171160642699195==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3537171160642699195== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/Oo0feAJb7hBq+zm" Content-Disposition: inline --/Oo0feAJb7hBq+zm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 20, 2024 at 01:44:58PM -0300, James Almer wrote: > While ensuring it's at least C11, the minimum supported version. > Also, enforce C11 on the host compiler, same as we already do for C11 on = the > target compiler. >=20 > Signed-off-by: James Almer > --- > Now with the new options added to CMDLINE_SET >=20 > configure | 75 ++++++++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 66 insertions(+), 9 deletions(-) this and v2 seem working thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holding my tongue. -- Xenocrates --/Oo0feAJb7hBq+zm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZftCNQAKCRBhHseHBAsP q/GHAKCJ0HuXXOqDovsTw8CwMmHMF7CEBgCcDtx4pFYplUMN2LX6hOLmxKyJE1k= =apZ1 -----END PGP SIGNATURE----- --/Oo0feAJb7hBq+zm-- --===============3537171160642699195== 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". --===============3537171160642699195==--