mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix wrong SPEEX_LIBS value
This commit is contained in:
parent
3e91e6488a
commit
9b306f5560
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ linphone_configure_controls= --disable-video \
|
|||
--with-gsm=$(prefix) \
|
||||
SPEEX_CFLAGS="-I$(prefix)/include" \
|
||||
SPEEXDSP_LIBS="-L$(prefix)/lib -lspeexdsp" \
|
||||
SPEEX_LIBS="$(SPEEXDSP_LIBS) -lspeex " \
|
||||
SPEEX_LIBS="-L$(prefix)/lib -lspeexdsp -lspeex " \
|
||||
OPENSSL_CFLAGS="-I$(prefix)/include" \
|
||||
OPENSSL_LIBS="-L$(prefix)/lib -lssl -lcrypto"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue