diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-02-29 15:53:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-02-29 15:53:56 +0000 |
commit | 386621d73ef9088f46bf9176c9956723599d97a1 (patch) | |
tree | 7e45d3d9579ba23224c5dc054f9f666257a2b79f /multimedia/x265/files/patch-source_encoder_api.cpp | |
parent | emulators/citra: update to s20200229 (diff) |
multimedia/vmaf: update to 1.5.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by: GitHub (watch releases)
Diffstat (limited to 'multimedia/x265/files/patch-source_encoder_api.cpp')
-rw-r--r-- | multimedia/x265/files/patch-source_encoder_api.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
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 */ |