blob: f3dab0a6b8d13c929cc8eb9d060a5a202268e658 (
plain)
1
2
3
4
5
6
7
8
|
$(eval $(call import.MODULE.defs,LIBBLURAY,libbluray))
$(eval $(call import.CONTRIB.defs,LIBBLURAY))
LIBBLURAY.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libbluray-0.0.1-pre-129-g67ee7bc.tar.gz
LIBBLURAY.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; ./bootstrap;
LIBBLURAY.CONFIGURE.extra += --disable-optimizations --enable-debug --disable-examples
|