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 Homebrew/homebrew#6832) and
GRASS GIS.

Static libraries are still built.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Charlie Sharpsteen 2011-08-17 19:35:50 -07:00 committed by Adam Vandenberg
parent dcaaa30266
commit b9da85347a

View file

@ -19,6 +19,7 @@ class Ffmpeg < Formula
def install
args = ["--prefix=#{prefix}",
"--enable-shared",
"--enable-gpl",
"--enable-version3",
"--enable-nonfree",