Issue building with Netflix vmaf

Issue #576 new
Etienne Fleurant created an issue

Hi,

I’m having trouble building x265 with Netflix wmaf. I found a CMAKE variable called VMAF where I guess I’m supposed to specify the vmaf library, but there is not variable for include dir. So when I enable ENABLE_LIBVMAF I get a header not found error:

...
[ 17%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
[ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
[ 19%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
/aa_research/source/x265/source/encoder/api.cpp:36:10: fatal error: libvmaf.h: No such file or directory
   36 | #include "libvmaf.h"

Am I missing something? Any help would be appreciated

Thanks in advance

Comments (0)

  1. Log in to comment