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 6D5514A022 for ; Wed, 17 Apr 2024 16:05:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7D77568D32C; Wed, 17 Apr 2024 19:05:06 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9788668D2E5 for ; Wed, 17 Apr 2024 19:05:00 +0300 (EEST) Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout01.mail.de (Postfix) with ESMTP id B7008240E49 for ; Wed, 17 Apr 2024 18:04:59 +0200 (CEST) Received: from smtp01.mail.de (smtp04.bt.mail.de [10.0.121.214]) by postfix03.mail.de (Postfix) with ESMTP id 984188020A for ; Wed, 17 Apr 2024 18:04:59 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 190EB240551 for ; Wed, 17 Apr 2024 18:04:58 +0200 (CEST) Message-ID: Date: Wed, 17 Apr 2024 09:04:57 -0700 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US In-Reply-To: X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 640 X-purgate-ID: 154282::1713369899-817E3338-51809E61/0/0 Subject: Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: fix macOS/iOS/tvOS SDK conditional checks 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: , From: Thilo Borgmann via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Thilo Borgmann 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: Hi, On 17.04.24 17:12, Marvin Scholz wrote: > This fixes the checks to properly use runtime feature detection and > check the SDK version (*_MAX_ALLOWED) instead of the targeted version > for the relevant APIs. > > The target is still checked (*_MIN_REQUIRED) to avoid using deprecated > methods when targeting new enough versions. > --- > libavdevice/avfoundation.m | 164 ++++++++++++++++++++++++++----------- > 1 file changed, 116 insertions(+), 48 deletions(-) this is probably the extension to what we started at FOSDEM, right? LGTM if tested. Please apply, I can't in the next couple of days. Thanks, Thilo _______________________________________________ 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".