diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mjpegtools.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/mjpegtools.rb b/Library/Formula/mjpegtools.rb index 22d4dfcaa..7b35ee072 100644 --- a/Library/Formula/mjpegtools.rb +++ b/Library/Formula/mjpegtools.rb @@ -1,8 +1,8 @@ require 'formula' class Mjpegtools < Formula - url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz' homepage 'http://mjpeg.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz' md5 '903e1e3b967eebcc5fe5626d7517dc46' depends_on 'pkg-config' => :build @@ -12,14 +12,11 @@ class Mjpegtools < Formula depends_on 'gtk+' => :optional depends_on 'sdl_gfx' => :optional - # mjpegtools's binaries will fail with missing symbol errors - # when stripped + # binaries will fail with missing symbol errors when stripped skip_clean ['bin'] def options - [ - ["--without-x", "Build without X support"] - ] + [["--without-x", "Build without X support"]] end def install |
