 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.
|