forked from mirrors/linphone-iphone
Add SRTP_CFLAGS to mk
This commit is contained in:
parent
2318b18689
commit
43f7b8e728
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ linphone_configure_controls= --disable-video \
|
|||
--with-gsm=$(prefix) \
|
||||
LIBZRTPCPP_CFLAGS="-I$(prefix)/include" \
|
||||
LIBZRTPCPP_LIBS="-L$(prefix)/lib -lzrtpcpp -lcrypto" \
|
||||
SRTP_CFLAGS="-I$(prefix)/include" \
|
||||
SRTP_LIBS="-L$(prefix)/lib -lsrtp -lcrypto" \
|
||||
SPEEX_CFLAGS="-I$(prefix)/include" \
|
||||
SPEEXDSP_CFLAGS="-I$(prefix)/include" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue