[rtmpdump] r32 - README

hyc subversion at mplayerhq.hu
Sat Nov 7 09:31:40 CET 2009


Author: hyc
Date: Sat Nov  7 09:31:39 2009
New Revision: 32

Log:
Update make instructions. Update to 1.9

Modified:
   README

Modified: README
==============================================================================
--- README	Sat Nov  7 09:23:23 2009	(r31)
+++ README	Sat Nov  7 09:31:39 2009	(r32)
@@ -1,14 +1,24 @@
-RTMP Dump v1.7
+RTMP Dump v1.9
 (C) 2009 Andrej Stepanchuk
 (C) 2009 Howard Chu
 License: GPLv2
 
-To compile just type
+To compile type "make" with your platform name, e.g.
 
-  $ make rtmpdump
-  $ make streams
+  $ make linux
+
+or osx, mingw, or cygwin.
+
+You can cross-compile for ARM using
+
+  $ make arm
+
+but you may need to override the CROSS_COMPILE and INC variables, e.g.
+
+  $ make arm CROSS_COMPILE=arm-none-linux- INC=-I/my/cross/includes
+
+Please read the Makefile to see what other make variables are used.
 
-To cross compile you will need to edit the Makefile first.
 
 To download an rtmp stream use
 


More information about the rtmpdump mailing list