View Single Post
  #434  
Old 11-16-2016, 06:45 PM
Ibucalmin Ibucalmin is offline
Junior Member
 
Join Date: Nov 2016
Posts: 1
Ibucalmin is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


When I run make SYS=posix

make[1]: Entering directory '/home/martzy/Downloads/rtmpdump-ksv-ksv/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
rtmp.c:129:12: error: static declaration of ‘strsplit’ follows non-static declaration
static int strsplit(char *src, int srclen, char delim, char ***params);
^
In file included from rtmp_sys.h:61:0,
from rtmp.c:33:
rtmp.h:391:7: note: previous declaration of ‘strsplit’ was here
int strsplit(char *src, int srclen, char delim, char ***params);
^
rtmp.c: In function ‘RTMP_ReadPacket’:
rtmp.c:4004:7: warning: variable ‘didAlloc’ set but not used [-Wunused-but-set-variable]
int didAlloc = FALSE;
^
<builtin>: recipe for target 'rtmp.o' failed
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory '/home/martzy/Downloads/rtmpdump-ksv-ksv/librtmp'
Makefile:76: recipe for target 'librtmp/librtmp.a' failed
make: *** [librtmp/librtmp.a] Error 2
Reply With Quote