diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 1b4fa0f0f..4d6e656de 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -1,8 +1,8 @@ require 'formula' class Rtmpdump < Formula - url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz' homepage 'http://rtmpdump.mplayerhq.hu' + url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz' md5 'eb961f31cd55f0acf5aad1a7b900ef59' head 'git://git.ffmpeg.org/rtmpdump' @@ -10,16 +10,16 @@ class Rtmpdump < Formula depends_on 'openssl' if MacOS.leopard? fails_with :llvm do - # note: as of LLVM build 2336, this still has runtime issues + build '2336' cause "Crashes at runtime" end # Use dylib instead of so - def patches; DATA; end unless ARGV.build_head? + def patches; DATA; end unless build.head? def install ENV.deparallelize - sys_type = ARGV.build_head? ? "darwin" : "posix" + sys_type = build.head? ? "darwin" : "posix" system "make", "CC=#{ENV.cc}", "XCFLAGS=#{ENV.cflags}", "XLDFLAGS=#{ENV.ldflags}", |
