Hi, On Mon, Sep 11, 2023 at 11:51 AM Timo Rothenpieler wrote: > > On 11.09.2023 19:53, Kyle Swanson wrote: > > Hi, > > > > On Tue, Sep 5, 2023 at 10:16 AM Kyle Swanson 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. Problem was slightly different, there is no `libvmaf_cuda`, just `libvmaf` built with the cuda apis optionally enabled. `./configure` is fixed now and I've tested all the possible combinations, updated patch attached. Thanks, Kyle