diff options
Diffstat (limited to 'user/x265/work-on-any-non-x86.patch')
-rw-r--r-- | user/x265/work-on-any-non-x86.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/x265/work-on-any-non-x86.patch b/user/x265/work-on-any-non-x86.patch new file mode 100644 index 000000000..cdfbed72f --- /dev/null +++ b/user/x265/work-on-any-non-x86.patch @@ -0,0 +1,11 @@ +--- 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") |