View Single Post
  #24  
Old 09-22-2011, 01:41 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


I've tried following the directions here by svnpenn and I've gotten polarssl to compile but I cant get RTMPdump to.

I get the error below. Can someone help me out?
Code:
c:\Projects\rtmpdump>make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"
make[1]: Entering directory `/c/Projects/rtmpdump/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o rtmp.o rtmp
.c
rtmp.c: In function 'RTMP_Connect1':
rtmp.c:867:7: warning: implicit declaration of function 'ssl_set_ciphers'
rtmp.c:867:7: error: 'ssl_default_ciphers' undeclared (first use in this functio
n)
rtmp.c:867:7: note: each undeclared identifier is reported only once for each fu
nction it appears in
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory `/c/Projects/rtmpdump/librtmp'
make: *** [librtmp/librtmp.a] Error 2

c:\Projects\rtmpdump>
Reply With Quote