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

Kyle Swanson k at ylo.ph
Thu Sep 14 21:59:38 EEST 2023


Hi,

On Mon, Sep 11, 2023 at 11:51 AM Timo Rothenpieler
<timo at 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 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.

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-add-libvmaf_cuda.patch
Type: application/octet-stream
Size: 11437 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230914/89a2a0f7/attachment.obj>


More information about the ffmpeg-devel mailing list