From 407fc3b6a8e1bbf5bc7c0f3f7683386fedf400c5 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 17 Aug 2011 19:35:50 -0700 Subject: 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 --- Library/Formula/ffmpeg.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/ffmpeg.rb') 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", -- cgit v1.2.3