diff options
Diffstat (limited to 'contrib/libvorbis/module.defs')
-rw-r--r-- | contrib/libvorbis/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index df7339c7f..d3795dfd6 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -5,3 +5,5 @@ LIBVORBIS.FETCH.url = http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_ LIBVORBIS.EXTRACT.tarbase = libvorbis LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no" + +LIBVORBIS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |