OSDN Git Service

libraries:
[handbrake-jp/handbrake-jp-git.git] / contrib / libvorbis / module.defs
1 $(eval $(call import.MODULE.defs,LIBVORBIS,libvorbis,LIBOGG))
2 $(eval $(call import.CONTRIB.defs,LIBVORBIS))
3
4 LIBVORBIS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libvorbis-aotuv_b5.tar.gz
5 LIBVORBIS.EXTRACT.tarbase = libvorbis
6
7 LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no"
8
9 LIBVORBIS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;