diff options
author | Bradley Sepos <[email protected]> | 2017-03-04 06:49:53 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-03-04 06:49:53 -0500 |
commit | 59dc22b8690e566270b6a543aa8856e11531578b (patch) | |
tree | 161b2b1f21eafbadbcd2dd67f902e15d4c18a5d5 /contrib/x265 | |
parent | 8c9400b676a61739f25ca827a7d95d976999c891 (diff) |
contrib: Remove x265 Windows XP support.
We stopped supporting XP awhile back. Removal is necessary for NUMA. Closes #539.
Diffstat (limited to 'contrib/x265')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index afe93ece5..0ddc8bbe2 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -22,7 +22,7 @@ endif ifeq (1,$(BUILD.cross)) ifeq (mingw,$(BUILD.system)) - X265.CONFIGURE.extra += -DWIN32=ON -DWINXP_SUPPORT=ON + X265.CONFIGURE.extra += -DWIN32=ON endif X265.CONFIGURE.args.host = -DCMAKE_SYSTEM_NAME="$(X265.CONFIGURE.host)" X265.CONFIGURE.args.build = -DCMAKE_HOST_SYSTEM="$(X265.CONFIGURE.build)" |