Skip to content
Permalink
Browse files
contrib: Remove x265 Windows XP support.
We stopped supporting XP awhile back. Removal is necessary for NUMA. Closes HandBrake#539.
  • Loading branch information
bradleysepos authored and jstebbins committed Mar 5, 2017
1 parent ba58046 commit e2b4273c4bac182e614f7afdd889b9329977ad82
Showing with 1 addition and 1 deletion.
  1. +1 −1 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)"

0 comments on commit e2b4273

Please sign in to comment.