[FFmpeg-devel] [PATCH] configure: add threads dep for vulkan

Lynne dev at lynne.ee
Tue Mar 12 17:45:37 EET 2024


Mar 12, 2024, 05:16 by ffmpeg at 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


More information about the ffmpeg-devel mailing list