diff mbox series

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

Message ID 20240312041549.1634-1-ffmpeg@gyani.pro
State Accepted
Commit 9e8be937fc4933ade00a18578f8c1420006d4291
Headers show
Series [FFmpeg-devel] configure: add threads dep for vulkan | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Gyan Doshi March 12, 2024, 4:15 a.m. UTC
Fixes #10900
---
 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

Lynne March 12, 2024, 3:45 p.m. UTC | #1
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
Gyan Doshi March 13, 2024, 4:29 a.m. UTC | #2
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
diff mbox series

Patch

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"