x265: update to 4.1; keep library for x265 4.0; add back library for x265 3.6
[oi-userland.git] / components / encumbered / x265-3.6 / patches / common_cpu.h.patch
blob362609bc4e1cfe3615c552fdf40f262658f783fb
1 $NetBSD: patch-common_cpu.h,v 1.1 2018/12/11 17:55:56 jklos Exp $
3 Retire detect512, use enable512 as a global
5 --- a/source/common/cpu.h.orig 2018-10-05 12:14:40.000000000 +0000
6 +++ a/source/common/cpu.h
7 @@ -50,7 +50,7 @@ extern "C" void PFX(safe_intel_cpu_indic
9 namespace X265_NS {
10 uint32_t cpu_detect(bool);
11 -bool detect512();
12 +extern bool enable512;
14 struct cpu_name_t