View Single Post
  #7  
Old 05-13-2012, 01:36 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: how to compile in window 7 (32bit)


Make sure you are using correct PolarSSL

Code:
cd rtmpdump
v='0.14.3'
grep -r ciphersuite * && v='1.0.0'
grep -r havege_random * && v='1.1.3'
svnpenn.github.com/2012/05/build-rtmpdump
Reply With Quote