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 5173242337 for ; Thu, 12 May 2022 05:05:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F001668B1CD; Thu, 12 May 2022 08:05:45 +0300 (EEST) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AFA5168AF87 for ; Thu, 12 May 2022 08:05:38 +0300 (EEST) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KzKV66ZJZz9t2K for ; Thu, 12 May 2022 07:05:34 +0200 (CEST) Message-ID: <05e21a4c-06cd-ab7a-dc75-7a64f511664e@gyani.pro> Date: Thu, 12 May 2022 10:35:32 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220511052257.174499-1-ccom@randomderp.com> <20220511201104.196919-1-ccom@randomderp.com> From: Gyan Doshi In-Reply-To: <20220511201104.196919-1-ccom@randomderp.com> X-Rspamd-Queue-Id: 4KzKV66ZJZz9t2K Subject: Re: [FFmpeg-devel] [PATCH] configure: extend check to less than 3.0.0 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2022-05-12 01:41 am, Christopher Degawa wrote: > sdl2 recently changed their versioning, moving the patch level to minor level > https://github.com/libsdl-org/SDL/commit/cd7c2f1de7d9e418bb554047d714dd7cacc020ff > and have said that they will instead ship sdl3.pc for 3.0.0 Will apply. Regards, Gyan > > trac: https://trac.ffmpeg.org/ticket/9768 > > Signed-off-by: Christopher Degawa > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 4d2f4d9112..0faf2455b7 100755 > --- a/configure > +++ b/configure > @@ -6742,7 +6742,7 @@ fi > > if enabled sdl2; then > SDL2_CONFIG="${cross_prefix}sdl2-config" > - test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent > + test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent > if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then > sdl2_cflags=$("${SDL2_CONFIG}" --cflags) > sdl2_extralibs=$("${SDL2_CONFIG}" --libs) _______________________________________________ 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".