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 B129749EC6 for ; Wed, 13 Mar 2024 04:29:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B00BD68CE33; Wed, 13 Mar 2024 06:29:28 +0200 (EET) Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2A28C68BDD3 for ; Wed, 13 Mar 2024 06:29:21 +0200 (EET) Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4TvcwZ5p72z9skm for ; Wed, 13 Mar 2024 05:29:18 +0100 (CET) Message-ID: <98a77a89-3d64-4351-acdb-fd25c3d2b040@gyani.pro> Date: Wed, 13 Mar 2024 09:59:17 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20240312041549.1634-1-ffmpeg@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] configure: add threads dep for vulkan 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 2024-03-12 09:15 pm, Lynne wrote: > Mar 12, 2024, 05:16 by ffmpeg@gyani.pro: > >> Fixes #10900 >> --- >> configure | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/configure b/configure >> index 05f8283af9..e0b5bcf589 100755 >> --- a/configure >> +++ b/configure >> @@ -3076,6 +3076,7 @@ nvdec_deps="ffnvcodec" >> vaapi_x11_deps="xlib_x11" >> videotoolbox_hwaccel_deps="videotoolbox pthreads" >> videotoolbox_hwaccel_extralibs="-framework QuartzCore" >> +vulkan_deps="threads" >> vulkan_deps_any="libdl LoadLibrary" >> >> av1_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_AV1" >> > lgtm Thanks. Pushed as 9e8be937fc4933ade00a18578f8c1420006d4291 Regards, Gyan _______________________________________________ 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".