OSDN Git Service

disable building examples in libbluray
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 18:19:18 +0000 (18:19 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
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://localhost/HandBrake/trunk@3614 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/libbluray/module.defs

index 99e7aff..479e602 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