diff options
author | John Stebbins <[email protected]> | 2019-01-20 13:08:30 -0800 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-04-04 18:29:47 -0400 |
commit | e67db75db08e4cbef260b851a7cdcb649039ad45 (patch) | |
tree | 61e2b349e73de94af6608306d712ad7169682477 /contrib/x265_10bit | |
parent | bb54b66f5a02e2a2750bb203d2351d94d27194e1 (diff) |
x265: enable building with libnuma on linux
Threadripper and other modern CPUs are now multi-core modules that
benefit from having NUMA available.
Adds a dependency for libnuma.
Fixes https://github.com/HandBrake/HandBrake/issues/1142
Diffstat (limited to 'contrib/x265_10bit')
-rw-r--r-- | contrib/x265_10bit/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265_10bit/module.defs b/contrib/x265_10bit/module.defs index f3a371461..252ef50e5 100644 --- a/contrib/x265_10bit/module.defs +++ b/contrib/x265_10bit/module.defs @@ -17,7 +17,7 @@ X265_10.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265_10.CONFIGURE.pref X265_10.CONFIGURE.deps = X265_10.CONFIGURE.static = X265_10.CONFIGURE.shared = -DENABLE_SHARED=OFF -X265_10.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=ON -DENABLE_LIBNUMA=OFF -DEXPORT_C_API=OFF +X265_10.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF ifneq (none,$(X265_10.GCC.g)) X265_10.CONFIGURE.extra += -DCMAKE_BUILD_TYPE=Debug |