summaryrefslogtreecommitdiff
path: root/multimedia/x265/files/patch-source_encoder_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/x265/files/patch-source_encoder_api.cpp')
-rw-r--r--multimedia/x265/files/patch-source_encoder_api.cpp17
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 */