View Single Post
Old 9th February 2020, 19:23   #2114  |  Link
utack
Registered User
 
Join Date: Apr 2018
Posts: 63
Does anyone know why libaom and vmaf are not compatible on an arch linux system?

Quote:
cmake ../aom -DCONFIG_TUNE_VMAF=1

Quote:
make
home/jakob/Downloads/aom/aom_dsp/vmaf.c:13:10: fatal error: libvmaf/libvmaf.h: No such file or directory
13 | #include <libvmaf/libvmaf.h>
Quote:
pacman -Ql vmaf | grep libvmaf
vmaf /usr/include/libvmaf.h
so if I edit it to #include <libvmaf.h> it builds, but why is the path different than what libaom asks for?
utack is offline   Reply With Quote