[FFmpeg-devel] [PATCH] avfilter: add LIBVMAF filter

Matt Oliver protogonoi at gmail.com
Sun Jul 16 17:15:19 EEST 2017


On 16 July 2017 at 23:01, Henrik Gramner <henrik at gramner.com> wrote:

> `./configure && make` results in "libavfilter/vf_libvmaf.c:29:21:
> fatal error: libvmaf.h: No such file or directory".
>
> I don't have libvmaf installed, but it configures it as enabled and
> detects it as installed anyway.


Im getting the same error. The patch had an error in it as this line is
wrong:
+vmaf_filter_deps="libvmaf"

It should be:
+libvmaf_filter_deps="libvmaf"

As the filter is registered as libvmaf_filter not vmaf_filter in
allfilters.cpp

Currently this is breaking for me until this gets fixed


More information about the ffmpeg-devel mailing list