[rtmpdump] r49 - Makefile rtmpdump.cpp

hyc subversion at mplayerhq.hu
Thu Nov 12 14:01:41 CET 2009


Author: hyc
Date: Thu Nov 12 14:01:40 2009
New Revision: 49

Log:
Remove _DEBUG define, delete exe's on make clean

Modified:
   Makefile
   rtmpdump.cpp

Modified: Makefile
==============================================================================
--- Makefile	Thu Nov 12 13:37:37 2009	(r48)
+++ Makefile	Thu Nov 12 14:01:40 2009	(r49)
@@ -37,7 +37,7 @@ arm:
 	@$(MAKE) CROSS_COMPILE=armv7a-angstrom-linux-gnueabi- INC=-I/OE/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include $(MAKEFLAGS) progs
 
 clean:
-	rm -f *.o
+	rm -f *.o rtmpdump$(EXT) streams$(EXT)
 
 streams: bytes.o log.o rtmp.o AMFObject.o rtmppacket.o streams.o parseurl.o dh.o handshake.o
 	$(CXX) $(LDFLAGS) $^ -o $@$(EXT) $(SLIBS)

Modified: rtmpdump.cpp
==============================================================================
--- rtmpdump.cpp	Thu Nov 12 13:37:37 2009	(r48)
+++ rtmpdump.cpp	Thu Nov 12 14:01:40 2009	(r49)
@@ -40,8 +40,6 @@
 #define	SET_BINMODE(f)
 #endif
 
-#define _DEBUG	1
-
 #include "rtmp.h"
 #include "log.h"
 #include "AMFObject.h"


More information about the rtmpdump mailing list