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/libtheora | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/libtheora')
-rw-r--r-- | contrib/libtheora/module.defs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index 54435da6f..c03a5e78b 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -1,8 +1,13 @@ $(eval $(call import.MODULE.defs,LIBTHEORA,libtheora,LIBOGG LIBVORBIS)) $(eval $(call import.CONTRIB.defs,LIBTHEORA)) -LIBTHEORA.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libtheora-1.1.0.tar.bz2 -LIBTHEORA.FETCH.md5 = d0f83cf7f13e2b3bd068a858ca1398ad +LIBTHEORA.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libtheora-1.1.0.tar.bz2 +LIBTHEORA.FETCH.url += http://downloads.xiph.org/releases/theora/libtheora-1.1.0.tar.bz2 +LIBTHEORA.FETCH.md5 = d0f83cf7f13e2b3bd068a858ca1398ad + +# TODO: libtheora 1.1.1 is latest +#LIBTHEORA.FETCH.url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 +#LIBTHEORA.FETCH.md5 = 292ab65cedd5021d6b7ddd117e07cd8e LIBTHEORA.CONFIGURE.extra = \ --disable-examples \ |