diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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}", |
