Skip to content

Commit

Permalink
contrib: Remove x265 Windows XP support.
Browse files Browse the repository at this point in the history
We stopped supporting XP awhile back. Removal is necessary for NUMA. Closes HandBrake#539.
  • Loading branch information
bradleysepos committed Mar 4, 2017
1 parent 8c9400b commit 59dc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/x265/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 59dc22b

Please sign in to comment.