I googled the word "_iconv", referenced from:" and found
the answer. (This page is written in Japanese)
I added "-liconv" to XLDFLAGS. So make statement is:
Code:
make SYS=darwin CRYPTO=GNUTLS SHARED= XCFLAGS="-I${TARGET}/include" XLDFLAGS="-L/${TARGET}/lib -liconv"
With this addition, I have succeeded to build rtmpdump with GnuTLS finally!!
Install:
Code:
make install prefix=${TARGET} CRYPTO=GNUTLS SHARED=
Hopefully there are someone who teach me how to test rtmpdump with secure connection...