diff options
author | sr55 <[email protected]> | 2011-02-04 19:54:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-02-04 19:54:10 +0000 |
commit | 07bbd251a183b251d668ea44de1cc122221c7bd5 (patch) | |
tree | fbce13e0e2afd25e5a16e962c40ab5a0f18b20d8 /contrib/libvorbis | |
parent | 728d264fd8c930a61665839257b080784a6d186c (diff) |
libraries:
- Move all the old m0k urls over to download.handbrake.fr
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3780 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libvorbis')
-rw-r--r-- | contrib/libvorbis/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index d3795dfd6..51e7a9ec4 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBVORBIS,libvorbis,LIBOGG)) $(eval $(call import.CONTRIB.defs,LIBVORBIS)) -LIBVORBIS.FETCH.url = http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_b5.tar.gz +LIBVORBIS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libvorbis-aotuv_b5.tar.gz LIBVORBIS.EXTRACT.tarbase = libvorbis LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no" |