diff options
| author | Misty De Meo | 2013-07-09 19:11:29 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-07-09 19:11:50 -0700 |
| commit | 247f8cfe82e5cb81d1184e96faf7d8b8f78fb582 (patch) | |
| tree | a9ccd1f537b6cb1bc566a0662102d2cab0562d37 /Library/Formula/ffmpeg.rb | |
| parent | 90e3fd0f4350d291c28b8551ba10bedaf54315d5 (diff) | |
| download | homebrew-247f8cfe82e5cb81d1184e96faf7d8b8f78fb582.tar.bz2 | |
ffmpeg: restore missing --with-openssl option
Fixes #21107.
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index a6da97e72..e8e469767 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -15,6 +15,7 @@ class Ffmpeg < Formula option "with-libvo-aacenc", "Enable VisualOn AAC encoder" option "with-libass", "Enable ASS/SSA subtitle format" option "with-openjpeg", 'Enable JPEG 2000 image format' + option 'with-openssl', 'Enable SSL support' option 'with-schroedinger', 'Enable Dirac video format' option 'with-ffplay', 'Enable FFplay media player' option 'with-tools', 'Enable additional FFmpeg tools' |
