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/aom/files/patch-aom__dsp_vmaf.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 multimedia/aom/files/patch-aom__dsp_vmaf.c (limited to 'multimedia/aom/files/patch-aom__dsp_vmaf.c') diff --git a/multimedia/aom/files/patch-aom__dsp_vmaf.c b/multimedia/aom/files/patch-aom__dsp_vmaf.c deleted file mode 100644 index c93200a85681..000000000000 --- a/multimedia/aom/files/patch-aom__dsp_vmaf.c +++ /dev/null @@ -1,20 +0,0 @@ -Allow building before https://github.com/Netflix/vmaf/commit/82a86e040371 - -aom_dsp/vmaf.c:12:10: fatal error: 'libvmaf/libvmaf.h' file not found -#include - ^~~~~~~~~~~~~~~~~~~ - ---- aom_dsp/vmaf.c.orig 2020-02-07 16:59:05 UTC -+++ aom_dsp/vmaf.c -@@ -10,7 +10,11 @@ - */ - - #include -+#if __has_include() - #include -+#else -+#include -+#endif - #include - #include - #include -- cgit v1.2.3