build latest rtmpdump from upstream
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 25 Oct 2009 16:55:55 +0000 (17:55 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 25 Oct 2009 16:55:55 +0000 (17:55 +0100)
contrib/rtmpdump-build.sh [new file with mode: 0755]

diff --git a/contrib/rtmpdump-build.sh b/contrib/rtmpdump-build.sh
new file mode 100755 (executable)
index 0000000..0e1e3f6
--- /dev/null
@@ -0,0 +1,5 @@
+wget -nc http://lkcl.net/rtmp/rtmpdump-v1.6.tar.gz
+
+tar xvfz rtmpdump*.tar.gz
+
+cd rtmpdump ; make