Thread
:
rtmpdump build problem on Mac OS X using GnuTLS
View Single Post
#
2
12-04-2015, 10:31 AM
KSV
Senior Member
Join Date: Apr 2011
Posts: 853
Re: rtmpdump build problem on Mac OS X using GnuTLS
You should use
XCFLAGS
to pass the compiler options and
XLDFLAGS
to pass the linker options. Try adding the following to your make command and it may fix your problem.
Code:
XCFLAGS="-I/path/to/gnutls/headers" XLDFLAGS="-L/path/to/libgnutls.a
KSV
View Public Profile
Send a private message to KSV
Find all posts by KSV