diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index cc5135b5c..53f9b4d48 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -1,10 +1,9 @@ class Ffmpeg < Formula homepage "https://ffmpeg.org/" - url "https://www.ffmpeg.org/releases/ffmpeg-2.6.tar.bz2" - sha256 "23c38ecc0dd6cae5e9a3c5c2c967b10480dc4f7159d094ade13b0775d1fd4791" - revision 1 + url "https://ffmpeg.org/releases/ffmpeg-2.6.1.tar.bz2" + sha256 "a4f6388706ee2daba9d35d2aa018ae5feeb450efa716555e011a6543d43ec7c1" - head "git://git.videolan.org/ffmpeg.git" + head "https://git.videolan.org/ffmpeg.git" bottle do sha256 "9447e3ff05a11e4eccf31a94f370eb90917f22dc89bc779f6cc8168dd19d8f16" => :yosemite @@ -126,7 +125,7 @@ class Ffmpeg < Formula end # A bug in a dispatch header on 10.10, included via CoreFoundation, - # prevents GCC from building VDA support. GCC has no probles on + # prevents GCC from building VDA support. GCC has no problems on # 10.9 and earlier. # See: https://github.com/Homebrew/homebrew/issues/33741 if MacOS.version < :yosemite || ENV.compiler == :clang @@ -136,7 +135,7 @@ class Ffmpeg < Formula end # For 32-bit compilation under gcc 4.2, see: - # http://trac.macports.org/ticket/20938#comment:22 + # https://trac.macports.org/ticket/20938#comment:22 ENV.append_to_cflags "-mdynamic-no-pic" if Hardware.is_32_bit? && Hardware::CPU.intel? && ENV.compiler == :clang system "./configure", *args |
