aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 18:58:04 -0800
committerAdam Vandenberg2013-01-28 21:39:58 -0800
commit129ba544b63c90180a6b770507bc11419a16bd95 (patch)
tree8b759384610b872d2f2f23acc1dfcdbefa28f280 /Library/Formula
parentf249a78bdbae3b2194ed0cd0dfa6f230620a72f5 (diff)
downloadhomebrew-129ba544b63c90180a6b770507bc11419a16bd95.tar.bz2
gst-ffmpeg: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-ffmpeg.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gst-ffmpeg.rb b/Library/Formula/gst-ffmpeg.rb
index 04d942323..3ead1a864 100644
--- a/Library/Formula/gst-ffmpeg.rb
+++ b/Library/Formula/gst-ffmpeg.rb
@@ -1,12 +1,11 @@
require 'formula'
class GstFfmpeg < Formula
- url 'http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2'
homepage 'http://gstreamer.freedesktop.org/'
+ url 'http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2'
sha1 '8de5c848638c16c6c6c14ce3b22eecd61ddeed44'
depends_on 'gst-plugins-base'
- # ffmpeg is bundled with gst-ffmpeg
def install
system './configure', "--prefix=#{prefix}",