diff options
author | jstebbins <[email protected]> | 2013-01-22 16:19:47 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-01-22 16:19:47 +0000 |
commit | 8bf1fbfcd61fb1cdec767df3046664651915679e (patch) | |
tree | 1dbfc3250502e21ea7a548722af5822917029799 /contrib | |
parent | 2acf5801ec575e52157d084e6ab650e23542cfdf (diff) |
contrib: update yasm to 1.2.0
The latest x264 requires yasm 1.2.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5191 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/yasm/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/yasm/module.defs b/contrib/yasm/module.defs index 90215575f..b5f3ee788 100644 --- a/contrib/yasm/module.defs +++ b/contrib/yasm/module.defs @@ -1,5 +1,5 @@ $(eval $(call import.MODULE.defs,YASM,yasm)) $(eval $(call import.CONTRIB.defs,YASM)) -YASM.FETCH.url = http://download.handbrake.fr/handbrake/contrib/yasm-1.1.0.tar.gz +YASM.FETCH.url = http://download.handbrake.fr/handbrake/contrib/yasm-1.2.0.tar.gz |