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

Commit

Permalink
ffmpeg: openssl fix
Browse files Browse the repository at this point in the history
When OpenSSL is used as an option, it currently taps the system
OpenSSL. This fixes that by adding an optional dependency to our
OpenSSL.

Closes #34136.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
DomT4 authored and MikeMcQuaid committed Nov 13, 2014
1 parent 6b9d60d commit 69cce36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Ffmpeg < Formula

depends_on "pkg-config" => :build

# manpages won"t be built without texi2html
# manpages won't be built without texi2html
depends_on "texi2html" => :build if MacOS.version >= :mountain_lion
depends_on "yasm" => :build

Expand Down Expand Up @@ -62,6 +62,7 @@ class Ffmpeg < Formula
depends_on "libquvi" => :optional
depends_on "libvidstab" => :optional
depends_on "x265" => :optional
depends_on "openssl" => :optional

def install
args = ["--prefix=#{prefix}",
Expand Down

0 comments on commit 69cce36

Please sign in to comment.