diff options
author | eddyg <[email protected]> | 2009-03-20 04:43:41 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-03-20 04:43:41 +0000 |
commit | 318318790196d51ac9309029b41c65a84f549b97 (patch) | |
tree | ed0b485d49366d11e47972084f76f441bcec85e2 /contrib/faad2 | |
parent | af73d2a799fa4b3f3effe57e9c184079ee1872c3 (diff) |
New FAAC and FAAD2, sww http://www.audiocoding.com
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2266 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/faad2')
-rw-r--r-- | contrib/faad2/module.defs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/faad2/module.defs b/contrib/faad2/module.defs index 04b9e0b82..65825eb12 100644 --- a/contrib/faad2/module.defs +++ b/contrib/faad2/module.defs @@ -1,7 +1,8 @@ $(eval $(call import.MODULE.defs,FAAD2,faad2)) $(eval $(call import.CONTRIB.defs,FAAD2)) -FAAD2.FETCH.url = http://download.m0k.org/handbrake/contrib/faad2-2.6.1.tar.gz -FAAD2.EXTRACT.tarbase = faad2 +FAAD2.FETCH.url = http://download.m0k.org/handbrake/contrib/faad2-2.7.tar.gz +FAAD2.EXTRACT.tarbase = faad2-2.7 -FAAD2.CONFIGURE.bootstrap = ./bootstrap; +# If faad not already bootstrapped then add the following +#FAAD2.CONFIGURE.bootstrap = ./bootstrap; |