Makefiles fixed en zo

This commit is contained in:
Thulinma 2011-02-14 21:44:06 +01:00
parent 70b64b601d
commit 91a678fccb
7 changed files with 55 additions and 7 deletions

View file

@ -17,7 +17,7 @@ $(OUT): $(OBJ) chunkstream.cpp parsechunks.cpp handshake.cpp crypto.cpp amf.cpp
clean:
rm -rf $(OBJ) $(OUT) Makefile.bak *~
install: $(OUT)
-service Conn_RTMP stop
-service RTMP_Conn stop
cp -f ./$(OUT) /usr/bin/
cp -f ./Conn_RTMP /etc/init.d/
service Conn_RTMP start
cp -f ./RTMP_Conn /etc/init.d/
service RTMP_Conn start

View file

@ -4,7 +4,7 @@
//debugging level 3 = status information
//debugging level 4 = extremely verbose status information
//debugging level 5 = save all streams to FLV files
#define DEBUG 4
#define DEBUG 3
#include <iostream>
#include <cstdlib>