[packages/vapoursynth] - fix patch

hawk hawk at pld-linux.org
Sat Dec 14 14:21:02 CET 2019


commit 1cfd1d1ace794ec6110f6f22dc8b79fc79bce8d2
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sat Dec 14 14:11:21 2019 +0100

    - fix patch

 vapoursynth-genericarch.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapoursynth-genericarch.patch b/vapoursynth-genericarch.patch
index 212111d..048fa27 100644
--- a/vapoursynth-genericarch.patch
+++ b/vapoursynth-genericarch.patch
@@ -1,6 +1,6 @@
 diff -ur vapoursynth-R48.orig/src/core/cpufeatures.cpp vapoursynth-R48/src/core/cpufeatures.cpp
 --- vapoursynth-R48.orig/src/core/cpufeatures.cpp	2019-10-25 08:16:07.000000000 +0200
-+++ vapoursynth-R48/src/core/cpufeatures.cpp	2019-12-14 13:39:34.121000000 +0100
++++ vapoursynth-R48/src/core/cpufeatures.cpp	2019-12-14 14:11:01.285000000 +0100
 @@ -103,6 +103,7 @@
      }
  }
@@ -13,7 +13,7 @@ diff -ur vapoursynth-R48.orig/src/core/cpufeatures.cpp vapoursynth-R48/src/core/
  #endif
  }
  #else
-+void getCPUFeatures(CPUFeatures *cpuFeatures) {
++static void doGetCPUFeatures(CPUFeatures *cpuFeatures) {
 +    memset(cpuFeatures, 0, sizeof(CPUFeatures));
 +    cpuFeatures->can_run_vs = 1;
 +}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vapoursynth.git/commitdiff/1cfd1d1ace794ec6110f6f22dc8b79fc79bce8d2



More information about the pld-cvs-commit mailing list