summaryrefslogtreecommitdiff
path: root/user/x265/work-on-any-non-x86.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/x265/work-on-any-non-x86.patch')
-rw-r--r--user/x265/work-on-any-non-x86.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/x265/work-on-any-non-x86.patch b/user/x265/work-on-any-non-x86.patch
deleted file mode 100644
index cdfbed72f..000000000
--- a/user/x265/work-on-any-non-x86.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- x265_2.8/source/common/param.cpp.old 2018-05-21 08:33:10.000000000 +0000
-+++ x265_2.8/source/common/param.cpp 2018-07-18 06:18:41.120000000 +0000
-@@ -633,7 +633,7 @@
- if (bValueWasNull)
- p->cpuid = atobool(value);
- else
-- p->cpuid = parseCpuName(value, bError);
-+ p->cpuid = parseCpuName(value, bError, false);
- #endif
- }
- OPT("fps")