From 55e805ffd5d3bc040434ce7774ec9feec1c75863 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Nov 2011 15:04:54 -0800 Subject: gst-plugins-ugly: add x264 dep --- Library/Formula/gst-plugins-ugly.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3