Updated x264 to version 1924.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8bac32887f
commit
be13774a36
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class X264 < Formula
|
||||
url "http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100903-2245.tar.bz2"
|
||||
url 'http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20110326-2245-stable.tar.bz2'
|
||||
homepage 'http://www.videolan.org/developers/x264.html'
|
||||
md5 '79d13e0fd56a73c65f75940d70e9c450'
|
||||
version 'r1713M-c276662'
|
||||
md5 '114327ff055670084bdf301a1a7da86a'
|
||||
version 'r1924M'
|
||||
|
||||
head 'git://git.videolan.org/x264.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue