From 793eda492a47d1d72e606de72299da9255c88ec1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 22 Feb 2014 17:34:49 +0000 Subject: ffmpeg: add bottle. --- Library/Formula/ffmpeg.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3