View Single Post
  #5  
Old 12-09-2015, 04:42 AM
xanadu6291 xanadu6291 is offline
Junior Member
 
Join Date: Dec 2015
Posts: 9
xanadu6291 is on a distinguished road
Smile

Re: rtmpdump build problem on Mac OS X using GnuTLS


Quote:
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"
If you link gnutls dynamically, you don't need to add "-liconv".
But even in this case, you need "SHARED=" to build rtmpdump correctly.
Reply With Quote