View Single Post
  #29  
Old 11-22-2012, 01:30 PM
S74ck3r S74ck3r is offline
Junior Member
 
Join Date: Aug 2012
Posts: 27
S74ck3r is on a distinguished road
Default

Re: Rtmpdump build for Android


After you compile polarssl run make install to copy the library and headers to the right place.

For my setup the command looks like this -

make install DESTDIR=/c/tmp/android-toolchain/sysroot

Then when you build rtmpdump you need to include something like;

INC="-I/c/tmp/android-toolchain/sysroot/include"

I'm getting round to putting together a step by step, will post it here probably on the weekend.

(edit) oh and I didn't include LIBZ='-lz -static' when building for android.
Reply With Quote