diff options
author | jstebbins <[email protected]> | 2010-10-23 18:19:18 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-23 18:19:18 +0000 |
commit | 6540713a804cff448f828bd365d6177a20c81559 (patch) | |
tree | cbb05b5154e6068a537511b190dfec887417743c /contrib | |
parent | a1dc48491f548a248ef01a2ca720a8fd34c2c0e8 (diff) |
disable building examples in libbluray
they fail to build under mingw64 and we don't need them
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3614 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libbluray/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libbluray/module.defs b/contrib/libbluray/module.defs index 99e7affde..479e60201 100644 --- a/contrib/libbluray/module.defs +++ b/contrib/libbluray/module.defs @@ -5,4 +5,4 @@ LIBBLURAY.FETCH.url = http://download.m0k.org/handbrake/contrib/libbluray-0.0.1- LIBBLURAY.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; ./bootstrap; -LIBBLURAY.CONFIGURE.extra += --disable-optimizations --enable-debug +LIBBLURAY.CONFIGURE.extra += --disable-optimizations --enable-debug --disable-examples |