From: jstebbins Date: Sat, 23 Oct 2010 18:19:18 +0000 (+0000) Subject: disable building examples in libbluray X-Git-Tag: 0.9.5~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6540713a804cff448f828bd365d6177a20c81559;p=handbrake 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 --- 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