aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index f8563d16f..aead9a790 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -19,6 +19,7 @@ class Ffmpeg < Formula
def install
args = ["--prefix=#{prefix}",
+ "--enable-shared",
"--enable-gpl",
"--enable-version3",
"--enable-nonfree",