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 BAB1F43D2E for ; Wed, 7 Sep 2022 20:00:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C250F68B883; Wed, 7 Sep 2022 23:00:14 +0300 (EEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9EA2068B788 for ; Wed, 7 Sep 2022 23:00:08 +0300 (EEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 55EE25C014E; Wed, 7 Sep 2022 16:00:06 -0400 (EDT) Received: from imap49 ([10.202.2.99]) by compute5.internal (MEProxy); Wed, 07 Sep 2022 16:00:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:in-reply-to:message-id :mime-version:references:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1662580806; x=1662667206; bh=P2SYejTRf9UlRjTBSrm2W3UOa3bt CSK89ht3rclmX+Y=; b=aM3PkXKcbj0odV9wiFaogT0JxQAuWiA1Wb63xTmhVFkd Isl9cW/VPXIt/bKAMrPnwhcfeS5JjaegC7CWjK7DMzmazBwGcCAqwmchrgmEpVzD RginNlBNTtNlBONCqj0AnHtt0fnDvEDLf3U6YIt3ArACmXuy3vqMADsUjPNFGNYU kgyQKcVaDL2wTl/BTvS9CtH6IhxdYOaXizX/41EojenrosvRxm+crw9aWMGtFlxG 6ejgkltthSARHV+VeZasiQ7Nrm5wQHueXYKzFVChKt0d5qcKzV47lOROBc+2/KKx VLJGqIHdqGZM37L8tPYcyWQref8BH5QYsIEJor1yyg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfedttddgudeggecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesth dtredtreertdenucfhrhhomhepfdflvggrnhdquegrphhtihhsthgvucfmvghmphhffdcu oehjsgesvhhiuggvohhlrghnrdhorhhgqeenucggtffrrghtthgvrhhnpeegkeehtddthf egkedtheevvddtleefffejgfetjeeviedtvefghfelleevieehgeenucffohhmrghinhep fhhfmhhpvghgrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrg hilhhfrhhomhepjhgssehvihguvgholhgrnhdrohhrgh X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 30B4615A0087; Wed, 7 Sep 2022 16:00:05 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-927-gf4c98c8499-fm-20220826.002-gf4c98c84 Mime-Version: 1.0 Message-Id: In-Reply-To: <20220907134122.1244-1-ovchinnikov.dmitrii@gmail.com> References: <20220907134122.1244-1-ovchinnikov.dmitrii@gmail.com> Date: Wed, 07 Sep 2022 21:59:42 +0200 From: "Jean-Baptiste Kempf" To: OvchinnikovDmitrii , ffmpeg-devel Subject: Re: [FFmpeg-devel] [avcodec/amfenc: 10 bit support v2 1/3] amf: Update the min version to 1.4.23.0 for AMF SDK. 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Isn't that a bit too recent? Or does it not matter because it still supports old drivers? jb On Wed, 7 Sep 2022, at 15:41, OvchinnikovDmitrii wrote: > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 9e51abd0d3..a644e17c95 100755 > --- a/configure > +++ b/configure > @@ -7038,7 +7038,7 @@ fi > > enabled amf && > check_cpp_condition amf "AMF/core/Version.h" \ > - "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | > AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= > 0x0001000400090000" > + "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | > AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= > 0x0001000400170000" > > # Funny iconv installations are not unusual, so check it after all > flags have been set > if enabled libc_iconv; then > -- > 2.30.0.windows.2 > > _______________________________________________ > 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". -- Jean-Baptiste Kempf - President +33 672 704 734 _______________________________________________ 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".