[FFmpeg-cvslog] configure: add threads dep for vulkan

Gyan Doshi git at videolan.org
Wed Mar 13 06:28:41 EET 2024


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Tue Mar 12 10:02:37 2024 +0530| [9e8be937fc4933ade00a18578f8c1420006d4291] | committer: Gyan Doshi

configure: add threads dep for vulkan

Fixes #10900

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e8be937fc4933ade00a18578f8c1420006d4291
---

 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"



More information about the ffmpeg-cvslog mailing list