diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/libvorbis | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/libvorbis')
-rw-r--r-- | contrib/libvorbis/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index d63c92b75..989f19202 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -5,6 +5,10 @@ LIBVORBIS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libvorbis-a LIBVORBIS.FETCH.md5 = 586d2ac0fa13f32cba78be5db4a16330 LIBVORBIS.EXTRACT.tarbase = aotuv-b6.03_20110424 +# TODO: Upstream variant aotuv no longer exists, libvorbis 1.3.5 is latest, tarbase not necessary with new upstream +#LIBVORBIS.FETCH.url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.gz +#LIBVORBIS.FETCH.md5 = 7220e089f3be3412a2317d6fde9e3944 + LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no" LIBVORBIS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv; |