From 386621d73ef9088f46bf9176c9956723599d97a1 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 29 Feb 2020 15:53:56 +0000 Subject: multimedia/vmaf: update to 1.5.1 Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1 Reported by: GitHub (watch releases) --- multimedia/x265/files/patch-source_encoder_api.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 multimedia/x265/files/patch-source_encoder_api.cpp (limited to 'multimedia/x265/files/patch-source_encoder_api.cpp') diff --git a/multimedia/x265/files/patch-source_encoder_api.cpp b/multimedia/x265/files/patch-source_encoder_api.cpp new file mode 100644 index 000000000000..c28fc32b6445 --- /dev/null +++ b/multimedia/x265/files/patch-source_encoder_api.cpp @@ -0,0 +1,17 @@ +Chase https://github.com/Netflix/vmaf/commit/82a86e040371 + +source/encoder/api.cpp:36:10: fatal error: 'libvmaf.h' file not found +#include "libvmaf.h" + ^~~~~~~~~~~ + +--- source/encoder/api.cpp.orig 2019-10-29 11:55:05 UTC ++++ source/encoder/api.cpp +@@ -33,7 +33,7 @@ + #include "svt.h" + + #if ENABLE_LIBVMAF +-#include "libvmaf.h" ++#include "libvmaf/libvmaf.h" + #endif + + /* multilib namespace reflectors */ -- cgit v1.2.3