Newer
Older
Import / code / Makefiles / Makefile-rtmpdump-2.3
@John John on 29 Dec 2020 504 bytes bulk import from macbookpro checkouts
# This is broken and hasn't been made to work yet. This makefile requires implementation

# NAME=RTMPDump
# SOURCE=http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz
# TARGET=bin/rtmpdump
# OPTIONS=
# PRE_BUILD_COMMAND= // Need to fix library makefile to remove -soname option for it to work on mac
# No configure
# include Common.mak

all:
		svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
		cd rtmpdump
		make SHARED=no
		sudo cp rtmpdump /usr/local/bin/rtmpdump 
		cd ..
		rm -rf rtmpdump