Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-21 Thread Lynne
21 Dec 2021, 08:05 by quinkbl...@foxmail.com: > > >> On Dec 21, 2021, at 1:45 AM, Lynne wrote: >> >> >> Thanks for testing, V2 attached, just changes require_cpp to check_cpp, >> since autodetecting is not a hard-require unlike enabling libraries. >> > > >> diff --git a/configure b/configure >> i

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread zhilizhao(赵志立)
> On Dec 21, 2021, at 1:45 AM, Lynne wrote: > > > Thanks for testing, V2 attached, just changes require_cpp to check_cpp, > since autodetecting is not a hard-require unlike enabling libraries. > diff --git a/configure b/configure > index d8b07c8e00..3be4de61e0 100755 > --- a/configure > +++

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread Michael Niedermayer
On Mon, Dec 20, 2021 at 06:45:43PM +0100, Lynne wrote: > 20 Dec 2021, 17:59 by mich...@niedermayer.cc: > > > On Mon, Dec 20, 2021 at 11:15:08AM +0100, Lynne wrote: > > > >> Recently, Metal support was merged, which is autodetected > >> by default. Metal doesn't even have a hwcontext and it's not >

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread Lynne
20 Dec 2021, 17:59 by mich...@niedermayer.cc: > On Mon, Dec 20, 2021 at 11:15:08AM +0100, Lynne wrote: > >> Recently, Metal support was merged, which is autodetected >> by default. Metal doesn't even have a hwcontext and it's not >> a hwaccel, nor would it likely ever be one as Apple won't drop >>

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread Michael Niedermayer
On Mon, Dec 20, 2021 at 11:15:08AM +0100, Lynne wrote: > Recently, Metal support was merged, which is autodetected > by default. Metal doesn't even have a hwcontext and it's not > a hwaccel, nor would it likely ever be one as Apple won't drop > videotoolbox. > > To keep it fair, autodetect Vulkan,

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread Hendrik Leppkes
On Mon, Dec 20, 2021 at 11:15 AM Lynne wrote: > > Recently, Metal support was merged, which is autodetected > by default. Metal doesn't even have a hwcontext and it's not > a hwaccel, nor would it likely ever be one as Apple won't drop > videotoolbox. > > To keep it fair, autodetect Vulkan, which

Re: [FFmpeg-devel] [PATCH] configure: autodetect vulkan

2021-12-20 Thread Anton Khirnov
Quoting Lynne (2021-12-20 11:15:08) > Recently, Metal support was merged, which is autodetected > by default. Metal doesn't even have a hwcontext and it's not > a hwaccel, nor would it likely ever be one as Apple won't drop > videotoolbox. > > To keep it fair, autodetect Vulkan, which is a hwconte