aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-04-19 03:39:17 +0100
committerAdam Vandenberg2014-05-03 09:24:02 -0700
commit99354cd9fc38b5f4ba8e27bb72dfa99f398ed6e9 (patch)
tree5c7082ed503f94c8ff045882f8d0c7e47767e06f /Library/Formula/ffmpeg.rb
parentd545ce0da368e3016be03477cc0c64062f32cc12 (diff)
downloadhomebrew-99354cd9fc38b5f4ba8e27bb72dfa99f398ed6e9.tar.bz2
ffmpeg: update 2.2.1 bottle.
Closes #28499. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 141b8cda1..9c68f823b 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -17,9 +17,10 @@ class Ffmpeg < Formula
head 'git://git.videolan.org/ffmpeg.git'
bottle do
- sha1 "376c79e413a637bb0a87ef7519cac26e318f0955" => :mavericks
- sha1 "0ee1337b4a891aafa5bbbff961181d4794bc2e9a" => :mountain_lion
- sha1 "0c578a27c857ea352e50d025ccefd9df06660b14" => :lion
+ revision 1
+ sha1 "481c5c8f83b914719e633dc5f35e156e1b026d88" => :mavericks
+ sha1 "c0753de98914bd6a2d053b24c2cdb6ea92ac2f9c" => :mountain_lion
+ sha1 "b620f59e56a7b2013d5401456862eaa64321d2ec" => :lion
end
option "without-x264", "Disable H.264 encoder"