Hi, On Mon, Sep 11, 2023 at 11:51 AM Timo Rothenpieler <t...@rothenpieler.org> wrote: > > On 11.09.2023 19:53, Kyle Swanson wrote: > > Hi, > > > > On Tue, Sep 5, 2023 at 10:16 AM Kyle Swanson <k...@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.
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
0001-avfilter-add-libvmaf_cuda.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".