diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2020-09-20 22:17:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2020-09-20 22:17:52 +0000 |
commit | b4d25ce406311b74b9dc0c48549013f8e59db3f5 (patch) | |
tree | dd60a4be196f1158b44ae383bde1b2c8fe79f78b /multimedia/x265/files/patch-source_encoder_api.cpp | |
parent | science/gabedit: Update 2.5.1-061218 -> 2.5.1-300720; Fix build on 13 (diff) |
Upgrade from 3.2 to 3.4. Resolve incompatibilities with newer
SVTHEVC.
PR: 247035, 248479
Sponsored by: United Marsupials
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, 0 insertions, 17 deletions
diff --git a/multimedia/x265/files/patch-source_encoder_api.cpp b/multimedia/x265/files/patch-source_encoder_api.cpp deleted file mode 100644 index c28fc32b6445..000000000000 --- a/multimedia/x265/files/patch-source_encoder_api.cpp +++ /dev/null @@ -1,17 +0,0 @@ -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 */ |