diff options
| author | Jaime Marquínez Ferrándiz | 2014-09-15 22:04:05 +0200 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-06 14:07:45 -0700 | 
| commit | 6ef0ee397140a169436650f15fabc8084b71d75a (patch) | |
| tree | c27d879ad157f231a5cae5bf006a84bf09ae281c /Library/Formula/ffmpeg.rb | |
| parent | a12525ff6db79342bc8228de964ea7ca02b9f204 (diff) | |
| download | homebrew-6ef0ee397140a169436650f15fabc8084b71d75a.tar.bz2 | |
ffmpeg 2.4.1
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 7d232d5bc..286564172 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -2,15 +2,12 @@ require "formula"  class Ffmpeg < Formula    homepage "https://ffmpeg.org/" -  url "https://ffmpeg.org/releases/ffmpeg-2.3.3.tar.bz2" -  sha1 "012afcbc57ecdf23f71b9901087cd5dbc8056756" +  url "https://ffmpeg.org/releases/ffmpeg-2.4.1.tar.bz2" +  sha1 "8cb1c03af61001edbd0d9643b2a01b7aa097a4b3"    head "git://git.videolan.org/ffmpeg.git"    bottle do -    sha1 "a15bcd964b6b993df63a020ba350d07427d88a87" => :mavericks -    sha1 "82b5f720008d71571e8b089b02ebdb029b473fbc" => :mountain_lion -    sha1 "866f62dc78a80195c5da71579239bef1110266c3" => :lion    end    option "without-x264", "Disable H.264 encoder"  | 
