From a6fcba2ef6d3fa113a295858d00dfdc69cfca1e1 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 30 Jul 2010 23:40:25 +0200 Subject: rtmpdump - update to version 2.3 Signed-off-by: Adam Vandenberg --- Library/Formula/rtmpdump.rb | 47 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 9958b4322..fb7db014f 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -1,13 +1,48 @@ require 'formula' class Rtmpdump $(CRYPTO_LIB) ++ $(CC) -shared $(LDFLAGS) -o $@ $^ $> $(CRYPTO_LIB) + ln -sf $@ librtmp.so + + log.o: log.c log.h Makefile +@@ -87,5 +87,8 @@ + cp librtmp.so.0 $(LIBDIR) + cd $(LIBDIR); ln -sf librtmp.so.0 librtmp.so + ++install_dylib: librtmp.dylib ++ cp librtmp.dylib $(LIBDIR) ++ + install_dll: librtmp.dll + cp librtmp.dll $(BINDIR) + -- cgit v1.2.3