aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 17:34:49 +0000
committerMike McQuaid2014-02-22 17:34:49 +0000
commit793eda492a47d1d72e606de72299da9255c88ec1 (patch)
tree963a8f4d96fcd560c062a4d0aafaa20aadfcbc6e /Library/Formula
parent27a0554b50dc977ef73a241ad90e4dcbef624c4f (diff)
downloadhomebrew-793eda492a47d1d72e606de72299da9255c88ec1.tar.bz2
ffmpeg: add bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ffmpeg.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index a5c1bce94..fa65d9499 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -4,9 +4,14 @@ class Ffmpeg < Formula
homepage 'http://ffmpeg.org/'
url 'http://ffmpeg.org/releases/ffmpeg-2.1.3.tar.bz2'
sha1 '9dc54bbef673f3938e280bf48d07e7b24fe445ab'
-
head 'git://git.videolan.org/ffmpeg.git'
+ bottle do
+ sha1 "34d8acf67634424b6abc65afcc6038f79b2d40f2" => :mavericks
+ sha1 "2264aed0b2ea6a52daedff190cdfff6269db1671" => :mountain_lion
+ sha1 "c175566d8ae23d82d5999b06b78b75fb5b15b2fb" => :lion
+ end
+
option "without-x264", "Disable H.264 encoder"
option "without-lame", "Disable MP3 encoder"
option "without-xvid", "Disable Xvid MPEG-4 video encoder"