View Single Post
  #17  
Old 06-22-2012, 10:41 AM
enda enda is offline
Member
 
Join Date: Jun 2012
Posts: 32
enda is on a distinguished road
Default

Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patch


How do I compile this under Windows?

I am using MinGW
C:\svnpenn-rtmpdump-30cf8a8>mingw32-make
The system cannot find the path specified.
mingw32-make: *** [librtmp/librtmp.a] Error 1

Then when I go into the librtmp folder and make:
C:\svnpenn-rtmpdump-30cf8a8\librtmp>mingw32-make
gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o
rtmp.c
rtmp.c:1:0: warning: -fPIC ignored for target (all code is position independent)
[enabled by default]
rtmp.c:40:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
mingw32-make: *** [rtmp.o] Error 1
Reply With Quote