x264 2197.4

Upgrade x264 to version 2197.4 which makes libx264.125.dylib,
where the previous formula created `libx264.124.dylib`.
Tested on ML with clang and llvm from XCode-4.4.1.

Closes Homebrew/homebrew#14155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
nibbles 2bits 2012-08-13 08:17:05 -07:00 committed by Jack Nagel
parent 2c3435a7e9
commit a84a113a0e
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class X264 < Formula
homepage 'http://www.videolan.org/developers/x264.html'
url 'http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120609-2245-stable.tar.bz2'
sha1 '9abf3129cf4ebdf4409164a9334f52aad935bdd2'
version 'r2197' # brew install -v --HEAD x264 will display the version.
url 'http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120812-2245-stable.tar.bz2'
sha1 '4be913fb12cd5b3628edc68dedb4b6e664eeda0a'
version 'r2197.4' # brew install -v --HEAD x264 will display the version.
head 'http://git.videolan.org/git/x264.git', :branch => 'stable'