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 0EC78400BE for ; Sun, 19 Dec 2021 16:36:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BD9EC68AE56; Sun, 19 Dec 2021 18:36:53 +0200 (EET) Received: from mail-ua1-f50.google.com (mail-ua1-f50.google.com [209.85.222.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7E0AE68A842 for ; Sun, 19 Dec 2021 18:36:47 +0200 (EET) Received: by mail-ua1-f50.google.com with SMTP id p2so13549528uad.11 for ; Sun, 19 Dec 2021 08:36:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oZf4Vtv9bpMbpo0wjWYmz7KXB64vCiA2DHrs/WE3I+c=; b=MBSr4eFItLmZCnFDr33rEXKqQaZDrNosQvEEJPz7mnTSbwR/imKHk6U1ZhGh3ZK8HB iYBAp3DYZX/SUKS7RFRSKi2qoNVC8xMHeFHOZnXyKS79qOq8bx2V/FmUZbemGjAKMV+A tOgN9rFgYvyQHYkL5KjCVDYO6A4LQskGxDSh+XilG6Fj2r37hO9zJlBWYhie9srF1lHt EdP0iCX4d/uyAsU7KDEsE5Z+LAL3VwsAVd7UnCO0hEb6mkSvlx5HaMjeXOkobEKqaveo mq3kNti6xpCqYIULI8C43LdIlgpzkyKDMnQ7bSxinoQud8w3FKxRjg0P2rCKS7W7+5/h q3sA== X-Gm-Message-State: AOAM532CVgnhuUpg0FCjSEy38R+bDSZhcg+7FVRBBxctkf0JTvVj32j1 Pg1hfTARt9TMDfswBfS230Vh6WySMjbPCIJ8blgGRnyhwfw= X-Google-Smtp-Source: ABdhPJxXXR9hK7WzGa4QpfhUrZn264Wq/4Sh6hf6XobJ+BiwqDoH8CC4XokKHGUbubdiiavxK678koCspgVHwalxqzo= X-Received: by 2002:a05:6102:3139:: with SMTP id f25mr3759728vsh.86.1639931805828; Sun, 19 Dec 2021 08:36:45 -0800 (PST) MIME-Version: 1.0 References: <20211219053521.77779-1-ffmpeg@tmm1.net> In-Reply-To: <20211219053521.77779-1-ffmpeg@tmm1.net> From: Aman Karmani Date: Sun, 19 Dec 2021 08:36:34 -0800 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] configure: fix metal detection and respect explicit disable 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 Cc: pkoshevoy@gmail.com 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: On Sat, Dec 18, 2021 at 9:35 PM Aman Karmani wrote: > From: Aman Karmani > > Signed-off-by: Aman Karmani > --- > configure | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index d8b07c8e00..d9d41b2273 100755 > --- a/configure > +++ b/configure > @@ -1758,6 +1758,7 @@ EXTERNAL_AUTODETECT_LIBRARY_LIST=" > libxcb_xfixes > lzma > mediafoundation > + metal > schannel > sdl2 > securetransport > @@ -6328,13 +6329,13 @@ enabled appkit && check_apple_framework > AppKit > enabled audiotoolbox && check_apple_framework AudioToolbox > enabled avfoundation && check_apple_framework AVFoundation > enabled coreimage && check_apple_framework CoreImage > +enabled metal && check_apple_framework Metal > enabled videotoolbox && check_apple_framework VideoToolbox > > check_apple_framework CoreFoundation > check_apple_framework CoreMedia > check_apple_framework CoreVideo > check_apple_framework CoreAudio > -check_apple_framework Metal > > enabled avfoundation && { > disable coregraphics applicationservices > -- > 2.33.0 Applied > > _______________________________________________ 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".