Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ffmpeg 2.6.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Noctem authored and MikeMcQuaid committed Mar 18, 2015
1 parent 1a93941 commit 6dd8a05
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 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
Expand Down Expand Up @@ -126,7 +125,7 @@ def install
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
Expand All @@ -136,7 +135,7 @@ def install
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
Expand Down

0 comments on commit 6dd8a05

Please sign in to comment.