What I'm after is the shared libs (librtmp) from svnpenn/rtmpdump but make fails with 'SHARED=' -
Code: Select all
make[1]: Entering directory `/c/Users/divingmule/Documents/GitHub/rtmpdump/librtmp'
arm-linux-androideabi-gcc -o librtmp rtmp.o log.o amf.o hashswf.o parseurl.o -lpolarssl -lz
c:/mingw/msys/1.0/my-android-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.exe: c:/mingw/msys/1.0/my-android-toolchain/bin/../sysroot/usr/lib/crtbegin_dynamic.o: in function _start:crtbrand.c(.text+0x78): error: undefined reference to 'main'
collect2: ld returned 1 exit status
make[1]: *** [librtmp] Error 1
make[1]: Leaving directory `/c/Users/divingmule/Documents/GitHub/rtmpdump/librtmp'
make: *** [librtmp/librtmp.a] Error 2