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 F1B8849E57 for ; Tue, 12 Mar 2024 15:45:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9061C68D1A1; Tue, 12 Mar 2024 17:45:45 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B370268D177 for ; Tue, 12 Mar 2024 17:45:38 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 3D7CB1060157 for ; Tue, 12 Mar 2024 15:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1710258337; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=tzYJCAmLLv+ODri/XctDKoqSAbMFVIskFJAJScTsglE=; b=tbbQyOzpsNiTOA5AnZ7r0f1hWSz8zjOzJhaGld0+SOCP1u3INN+ag5wKpyr5erYw 6W2sfFMPv0miT5wHC3wCrdNZb7MZPvepWbrnCNJJDvGBokVu2xNI8VtFuF6AktnCRPL CC9smjO+nPcsqG4viA2Ab2oiu8aSqG5dxm1hyVZj8DD99wyO35HTgr1MLgdXQTuO9Wr orkyph6H+8KKc2DudjpOYo9gMcqzBItlvwVwn5NKYsP06dJ4J+1YQhgsOllljUMUAE1 IPQbDsNQeyvJ0/t+uFMpRAaV24r37sTewessjDi3h1C70XRu8qwus/jhBvC7hF0D/hu 9eutqoRi8w== Date: Tue, 12 Mar 2024 16:45:37 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20240312041549.1634-1-ffmpeg@gyani.pro> References: <20240312041549.1634-1-ffmpeg@gyani.pro> MIME-Version: 1.0 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-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: 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 _______________________________________________ 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".