]> granicus.if.org Git - handbrake/commitdiff
disable building examples in libbluray
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 23 Oct 2010 18:19:18 +0000 (18:19 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 23 Oct 2010 18:19:18 +0000 (18:19 +0000)
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

contrib/libbluray/module.defs

index 99e7affde0e120be6caa8ed1e15695af653b9e8d..479e6020102f632261f5bce3ecf26bd7b8e9ff90 100644 (file)
@@ -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