diff options
| author | Adam Vandenberg | 2011-11-26 15:04:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-26 15:04:54 -0800 |
| commit | 55e805ffd5d3bc040434ce7774ec9feec1c75863 (patch) | |
| tree | e5cc1476db30558e77f5e0d55f9512fda93bec41 | |
| parent | a905264e8edb10cc4a7b2b4c7ff497d3e2e9c207 (diff) | |
| download | homebrew-55e805ffd5d3bc040434ce7774ec9feec1c75863.tar.bz2 | |
gst-plugins-ugly: add x264 dep
| -rw-r--r-- | Library/Formula/gst-plugins-ugly.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/gst-plugins-ugly.rb b/Library/Formula/gst-plugins-ugly.rb index 31d12f34b..16cb899c4 100644 --- a/Library/Formula/gst-plugins-ugly.rb +++ b/Library/Formula/gst-plugins-ugly.rb @@ -31,11 +31,13 @@ class GstPluginsUgly < Formula depends_on 'pango' => :optional depends_on 'theora' => :optional depends_on 'libmms' => :optional + depends_on 'x264' => :optional def install ENV.append "CFLAGS", "-no-cpp-precomp -funroll-loops -fstrict-aliasing" - system "./configure", "--prefix=#{prefix}", "--disable-debug", - "--disable-dependency-tracking", "--mandir=#{man}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--mandir=#{man}" system "make" system "make install" end |
