diff options
author | jstebbins <[email protected]> | 2009-09-27 19:39:03 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-09-27 19:39:03 +0000 |
commit | fdb989715681a5fb868477e6956c6219b73f4d1f (patch) | |
tree | bf4b698a34c93c90c9534aa0d522f00ba4c67efe /contrib/libtheora | |
parent | 0d19fddb1c3744fda3a5c4d099e1eb745a86e0ed (diff) |
bump libtheora to official 1.1 release
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2844 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libtheora')
-rw-r--r-- | contrib/libtheora/module.defs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index edc0c002c..e3af52812 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -1,8 +1,7 @@ $(eval $(call import.MODULE.defs,LIBTHEORA,libtheora,LIBOGG LIBVORBIS)) $(eval $(call import.CONTRIB.defs,LIBTHEORA)) -LIBTHEORA.FETCH.url = http://download.m0k.org/handbrake/contrib/libtheora-svn16547.tar.gz -LIBTHEORA.EXTRACT.tarbase = libtheora +LIBTHEORA.FETCH.url = http://download.m0k.org/handbrake/contrib/libtheora-1.1.0.tar.bz2 LIBTHEORA.CONFIGURE.extra = \ --disable-examples \ |