aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-08-17 19:35:50 -0700
committerAdam Vandenberg2011-08-19 09:43:05 -0700
commit407fc3b6a8e1bbf5bc7c0f3f7683386fedf400c5 (patch)
tree72e01879021580d5539105f8b52343739dbef342 /Library/Formula/ffmpeg.rb
parentd45a9746d88b3a6b4b88cbd32a21731bc6caa267 (diff)
downloadhomebrew-407fc3b6a8e1bbf5bc7c0f3f7683386fedf400c5.tar.bz2
FFmpeg: Re-enable shared libraries
Removing shared libraries from the FFmpeg build has broken a couple of formulae that depend on it. This is because the shared libraries provided linker information pertaining to the FFmpeg dependencies. Re-enabling shared libraries fixes build issues FFmpeg-PHP (issue #6832) and GRASS GIS. Static libraries are still built. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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",