[FFmpeg-devel] [PATCH] avfilter: add libvmaf_cuda

Timo Rothenpieler timo at rothenpieler.org
Mon Sep 11 21:51:00 EEST 2023


On 11.09.2023 19:53, Kyle Swanson wrote:
> Hi,
> 
> On Tue, Sep 5, 2023 at 10:16 AM Kyle Swanson <k at ylo.ph> wrote:
>> I'll merge this in a few days.
> 
> Not merged yet because I noticed a bug in the configure script.
> Setting only `--enable-libvmaf` will enable both `libvmaf` and
> `libvmaf_cuda`. Anyone familiar with the configure script know why
> this is happening?

require_pkg_config libvmaf [...]
Should be:
require_pkg_config libvmaf_cuda [...]

And then you want to also depend on libvmaf_cuda, not libvmaf.


More information about the ffmpeg-devel mailing list