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 3E08844629 for ; Tue, 20 Dec 2022 16:41:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 05A9168BAA5; Tue, 20 Dec 2022 18:41:45 +0200 (EET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 483F868AF35 for ; Tue, 20 Dec 2022 18:41:38 +0200 (EET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2835D3200645 for ; Tue, 20 Dec 2022 11:41:34 -0500 (EST) Received: from imap49 ([10.202.2.99]) by compute1.internal (MEProxy); Tue, 20 Dec 2022 11:41:34 -0500 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=1671554493; x=1671640893; bh=So2z1fp4ALXVpt7agbosSPMba7Rm VXnoFjAytkchc3U=; b=gjW8vqzlgdszJHYlKploJfDZ2iHL+iOTsUwCVkGZNxP6 34kApkNXWh5wW/ZGbep1MgwQrAbNxD61I1DhzMwB4m5FjDQCOtkv6R631lttRc6N VanTgTxsEQ/HfMr+lnUwnwne1dk94QeOmmI2lT2yptC0/hyxBt1XH3clSGT/p51F de09Qwn+q6muoxfYkmOyyeeJ4rVvxLzXzk4pbVgzMUXh5x4HAAeTibCotdX4mtqp c6IPfSWFQpetKCBR0TpuxIClNkWV3DWQJmyN2/haWj73EAY4sxVsvzBuQ+ZEc6NQ S0zH8mPQkp8G9BcRTpEG2ojb7O0qtv9j3EaXTvk8nw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrgeeigdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreertdenucfhrhhomhepfdflvggrnhdquegrphhtihhsthgvucfmvghmphhffdcuoehj sgesvhhiuggvohhlrghnrdhorhhgqeenucggtffrrghtthgvrhhnpeegkeehtddthfegke dtheevvddtleefffejgfetjeeviedtvefghfelleevieehgeenucffohhmrghinhepfhhf mhhpvghgrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepjhgssehvihguvgholhgrnhdrohhrgh X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 39F9715A008B; Tue, 20 Dec 2022 11:41:33 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-1185-g841157300a-fm-20221208.002-g84115730 Mime-Version: 1.0 Message-Id: In-Reply-To: <20221220152038.1795-1-Dmitriy.Ovchinnikov@amd.com> References: <20221220152038.1795-1-Dmitriy.Ovchinnikov@amd.com> Date: Tue, 20 Dec 2022 17:41:11 +0100 From: "Jean-Baptiste Kempf" To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH 1/2] amfenc: Update the min version to 1.4.28.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: Hello, When was this release released? Is it headers only or is it runtime too? Best jb On Tue, 20 Dec 2022, at 16:20, Dmitrii Ovchinnikov wrote: > From: Dmitrii Ovchinnikov > > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 2180ebb4f1..8a20d67612 100755 > --- a/configure > +++ b/configure > @@ -7034,7 +7034,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) >= > 0x00010004001c0000" > > # Funny iconv installations are not unusual, so check it after all > flags have been set > if enabled libc_iconv; then > -- > 2.38.1.windows.1 > > _______________________________________________ > 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".