aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-02 13:40:15 +0000
committerMike McQuaid2014-03-02 14:46:28 +0000
commit5c53e1341b2376f34115c61edf7e96ac341bf94b (patch)
tree302f0d7f8a8a07a7376f3eaf407f141ec32f22c1 /Library/Formula/ffmpeg.rb
parent45f2950f0473f0c7e93c35bf99cbd64d2df0e9b5 (diff)
downloadhomebrew-5c53e1341b2376f34115c61edf7e96ac341bf94b.tar.bz2
ffmpeg: update 2.1.4 bottle.
Closes #27139. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index eb8b3f94b..20b89ac52 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -7,9 +7,9 @@ class Ffmpeg < Formula
head 'git://git.videolan.org/ffmpeg.git'
bottle do
- sha1 "34d8acf67634424b6abc65afcc6038f79b2d40f2" => :mavericks
- sha1 "2264aed0b2ea6a52daedff190cdfff6269db1671" => :mountain_lion
- sha1 "c175566d8ae23d82d5999b06b78b75fb5b15b2fb" => :lion
+ sha1 "ddd8f0cce3e64047cd9c77eccc5d23af48ef7814" => :mavericks
+ sha1 "57ed9eb6e22e0d8debf6e528399c643270569a04" => :mountain_lion
+ sha1 "5661800a746ba073b39ade6d5c608dce7a795594" => :lion
end
option "without-x264", "Disable H.264 encoder"