From e7e723d6b670490af67d64dc88bda69d5bdb8fbe Mon Sep 17 00:00:00 2001 From: Rodeo Date: Thu, 13 Mar 2014 02:06:50 +0000 Subject: x265: don't pass --build to cmake. Didn't seem to cause any build failures, but passing unsupported options is pointless. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6107 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/x265/module.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index ca41327b3..826904436 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -5,6 +5,7 @@ X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6321-8a84c10e5116.tar X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" +X265.CONFIGURE.build = X265.CONFIGURE.deps = X265.CONFIGURE.static = X265.CONFIGURE.shared = -DENABLE_SHARED=OFF -- cgit v1.2.3