View Single Post
  #18  
Old 04-01-2011, 08:36 AM
srpenn82 srpenn82 is offline
Banned
 
Join Date: Dec 2010
Posts: 29
srpenn82 is on a distinguished road
Default

Re: compile rtmpdump on windows


this is the link to compile rtmpdump on windows

http://srpenn82.blogspot.com/2011/03/rtmpdump.html

Quote:
Originally Posted by srpenn82.blogspot.com
Install
MinGW - http://sourceforge.net/projects/mingw/
Slik SVN - http://www.sliksvn.com/en/download/

PolarSSL
polarssl.org - http://polarssl.org/

make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"

move polarssl-0.14.2\include\polarssl to
MinGW\include\polarssl

move polarssl-0.14.2\library\libpolarssl.a to
MinGW\lib\libpolarssl.a

Compile
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump

mingw-get install libz

make CRYPTO=POLARSSL SHARED= SYS=mingw VERSION=r563

Notes:
if you have installed anything other than mingw-get install libz, you are going to need to reinstall MinGW
Reply With Quote