From 69cce364a1edfcc77407f4e9c5ee2612dbdd97f9 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 12 Nov 2014 20:27:45 +0000 Subject: ffmpeg: openssl fix 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 --- Library/Formula/ffmpeg.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 376b6504d..74764c01e 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -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 @@ -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}", -- cgit v1.2.3