mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Link android project with zlib
This commit is contained in:
parent
62a2dd1e84
commit
a29ccb43e2
1 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,8 @@ LOCAL_CFLAGS += \
|
|||
-DHAVE_CONFIG_H \
|
||||
-DLIBLINPHONE_VERSION=\"$(LIBLINPHONE_VERSION)\" \
|
||||
-DLINPHONE_PLUGINS_DIR=\"\\tmp\" \
|
||||
-DUSE_BELLESIP
|
||||
-DUSE_BELLESIP \
|
||||
-DHAVE_ZLIB
|
||||
|
||||
LOCAL_CFLAGS += -DIN_LINPHONE
|
||||
|
||||
|
|
@ -118,7 +119,7 @@ LOCAL_C_INCLUDES += \
|
|||
$(LOCAL_PATH)/../../externals/libxml2/include \
|
||||
$(LOCAL_PATH)/../../externals/build/libxml2
|
||||
|
||||
LOCAL_LDLIBS += -llog -ldl
|
||||
LOCAL_LDLIBS += -llog -ldl -lz
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
cpufeatures \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue