From a863af56c4e552bc77e308e6e009db9f11730f5c Mon Sep 17 00:00:00 2001 From: Rodeo Date: Tue, 13 May 2014 20:26:56 +0000 Subject: Bump x265 to version 1.0 Miscellaneous bugfixes and performance improvements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6185 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/x265/module.defs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/x265/module.defs') diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index e744549a8..4ffe7c5e3 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X265,x265,YASM)) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6356-527d03c56d68-0.8.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6801-cea97c4d7945-1.0.tar.bz2 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" @@ -11,6 +11,9 @@ X265.CONFIGURE.shared = -DENABLE_SHARED=OFF X265.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF ifeq (1,$(BUILD.cross)) + ifeq (mingw,$(BUILD.system)) + X265.CONFIGURE.extra += -DWIN32=ON -DWINXP_SUPPORT=ON + endif X265.CONFIGURE.args.host = -DCMAKE_SYSTEM_NAME="$(X265.CONFIGURE.host)" X265.CONFIGURE.args.build = -DCMAKE_HOST_SYSTEM="$(X265.CONFIGURE.build)" else -- cgit v1.2.3