libav: add bottle.

master
Mike McQuaid 2014-02-22 17:35:13 +00:00
parent a3b15cf67d
commit a29f50cc81
1 changed files with 6 additions and 1 deletions

View File

@ -4,9 +4,14 @@ class Libav < Formula
homepage 'https://libav.org/' homepage 'https://libav.org/'
url 'http://libav.org/releases/libav-9.10.tar.xz' url 'http://libav.org/releases/libav-9.10.tar.xz'
sha1 '08274bc85e501bdb141022eb900dfe0d9eb89ad5' sha1 '08274bc85e501bdb141022eb900dfe0d9eb89ad5'
head 'git://git.libav.org/libav.git' head 'git://git.libav.org/libav.git'
bottle do
sha1 "7aa086d1a0651214dbb80a546f2f9d5ec9ecc639" => :mavericks
sha1 "d9f88235b6a8676f4d8ad8f3190a260e46d64b2a" => :mountain_lion
sha1 "134db27c390c3fc8a24338e9b95f834484485f91" => :lion
end
option "without-faac", "Disable AAC encoder via faac" option "without-faac", "Disable AAC encoder via faac"
option "without-lame", "Disable MP3 encoder via libmp3lame" option "without-lame", "Disable MP3 encoder via libmp3lame"
option "without-x264", "Disable H.264 encoder via x264" option "without-x264", "Disable H.264 encoder via x264"