aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-06-08 04:07:19 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-06-08 04:07:19 +0000
commit3f399119e28f8b8293e5ea08348bbdcd6c566f83 (patch)
tree04cce8304962cac8f856322709bfb178d0d0b885 /multimedia
parent68c84895e16776a8d0e294fd8c2f7a2abc491c9b (diff)
downloadports-3f399119e28f8b8293e5ea08348bbdcd6c566f83.tar.gz
ports-3f399119e28f8b8293e5ea08348bbdcd6c566f83.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vapoursynth/Makefile2
-rw-r--r--multimedia/vapoursynth/files/patch-src_core_vsresize.cpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index 975176fb00af..29439028291c 100644
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -2,7 +2,7 @@
PORTNAME= vapoursynth
PORTVERSION= R45.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
diff --git a/multimedia/vapoursynth/files/patch-src_core_vsresize.cpp b/multimedia/vapoursynth/files/patch-src_core_vsresize.cpp
new file mode 100644
index 000000000000..c731dd43f585
--- /dev/null
+++ b/multimedia/vapoursynth/files/patch-src_core_vsresize.cpp
@@ -0,0 +1,11 @@
+--- src/core/vsresize.cpp.orig 2018-10-26 21:11:05 UTC
++++ src/core/vsresize.cpp
+@@ -85,7 +85,7 @@ const std::unordered_map<std::string, zimg_cpu_type_e>
+ { "f16c", ZIMG_CPU_X86_F16C },
+ { "avx2", ZIMG_CPU_X86_AVX2 },
+ { "avx512f", ZIMG_CPU_X86_AVX512F },
+- { "avx512skl", ZIMG_CPU_X86_AVX512_SKL },
++ { "avx512skx", ZIMG_CPU_X86_AVX512_SKX },
+ #endif
+ };
+