diff options
author | Rodeo <[email protected]> | 2014-03-13 02:06:50 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-03-13 02:06:50 +0000 |
commit | e7e723d6b670490af67d64dc88bda69d5bdb8fbe (patch) | |
tree | 5e7d4f9822a882c074f5d1032a11be0e6e3c40c2 /contrib/x265 | |
parent | af390e55e762996f367d4391ff72c8312f27e762 (diff) |
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
Diffstat (limited to 'contrib/x265')
-rw-r--r-- | contrib/x265/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |