diff options
| author | BrewTestBot | 2014-05-07 16:26:48 +0100 | 
|---|---|---|
| committer | Misty De Meo | 2014-05-07 09:11:15 -0700 | 
| commit | 53e7990f63cf9ff83f7c2ebcca2a69b1e2460cae (patch) | |
| tree | 3683b8c2b526df69d25e7d048705d2bd4087cd75 | |
| parent | cc0f9b155eac47cba905bf1d517c0a5260c4ff32 (diff) | |
| download | homebrew-53e7990f63cf9ff83f7c2ebcca2a69b1e2460cae.tar.bz2 | |
ffmpeg: update 2.2.2 bottle.
Closes #29035.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 24ba4605f..4bbff15bb 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -8,10 +8,9 @@ class Ffmpeg < Formula    head 'git://git.videolan.org/ffmpeg.git'    bottle do -    revision 2 -    sha1 "1e87dc5a5f48481f5fcb864262b4f4291d15596c" => :mavericks -    sha1 "15bd444bcd5e1d6441e9d44a15698d88654875b7" => :mountain_lion -    sha1 "77ca50cf51b78efa6f5b6f2993ff147b1e360c51" => :lion +    sha1 "3d92cc6e39cb4a931ba0ef6086a3facccc2a4fb6" => :mavericks +    sha1 "abdf840749997229d507bb21096b4950430b2664" => :mountain_lion +    sha1 "65b6fee763e85df649addbe2232e0dec810c7365" => :lion    end    option "without-x264", "Disable H.264 encoder" | 
