From: jstebbins Date: Sat, 23 Oct 2010 18:19:18 +0000 (+0000) Subject: disable building examples in libbluray X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=58687e17d50d7eee1554783641e955d97d0ac909;p=handbrake-jp%2Fhandbrake-jp-git.git disable building examples in libbluray 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 --- diff --git a/contrib/libbluray/module.defs b/contrib/libbluray/module.defs index 99e7affd..479e6020 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