diff options
| author | David Christenson | 2015-03-17 12:45:17 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-18 12:25:29 +0000 |
| commit | 6dd8a05a0a14702143fe4add159888fab9a976c4 (patch) | |
| tree | 57b592d274083d6bc8ade1960db3138641fe8449 /Library | |
| parent | 1a93941b48c842959c73e146cc7668591212be1a (diff) | |
| download | homebrew-6dd8a05a0a14702143fe4add159888fab9a976c4.tar.bz2 | |
ffmpeg 2.6.1
Update to latest stable release, use https:// instead of git://, fix
comment typo, use HTTPS on MacPorts link.
Closes #37804.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 |
