summaryrefslogtreecommitdiff
path: root/user/x265/build-on-any-non-x86.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 10:38:13 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 10:38:13 +0000
commitf4dd34aee72def35af070eaa1543685c70786615 (patch)
tree1b4dab3b8fa850e34339023d0ac2c3996dd1b4b6 /user/x265/build-on-any-non-x86.patch
parentf0db4f2d448b543d14b95958ffcb210dcf9315fe (diff)
downloadpackages-f4dd34aee72def35af070eaa1543685c70786615.tar.gz
packages-f4dd34aee72def35af070eaa1543685c70786615.tar.bz2
packages-f4dd34aee72def35af070eaa1543685c70786615.tar.xz
packages-f4dd34aee72def35af070eaa1543685c70786615.zip
user/x265: bump to 3.0, modernise
Diffstat (limited to 'user/x265/build-on-any-non-x86.patch')
-rw-r--r--user/x265/build-on-any-non-x86.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/user/x265/build-on-any-non-x86.patch b/user/x265/build-on-any-non-x86.patch
deleted file mode 100644
index f92395629..000000000
--- a/user/x265/build-on-any-non-x86.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- x265_2.9/source/common/cpu.cpp.orig 2018-10-05 12:14:40.000000000 +0000
-+++ x265_2.9/source/common/cpu.cpp 2018-10-19 02:24:48.780000000 +0000
-@@ -59,6 +59,10 @@
-
- namespace X265_NS {
- static bool enable512 = false;
-+bool detect512()
-+{
-+ return(enable512);
-+}
- const cpu_name_t cpu_names[] =
- {
- #if X265_ARCH_X86
-@@ -123,10 +127,6 @@
- #pragma warning(disable: 4309) // truncation of constant value
- #endif
-
--bool detect512()
--{
-- return(enable512);
--}
- uint32_t cpu_detect(bool benableavx512 )
- {
-