mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
fix LIBLINPHONE_VERSION on Android
This commit is contained in:
parent
59cdb8850b
commit
def9a95377
1 changed files with 3 additions and 3 deletions
|
|
@ -70,8 +70,8 @@ LOCAL_SRC_FILES := \
|
|||
call_params.c \
|
||||
player.c
|
||||
|
||||
ifndef LINPHONE_VERSION
|
||||
LINPHONE_VERSION = "Devel"
|
||||
ifndef LIBLINPHONE_VERSION
|
||||
LIBLINPHONE_VERSION = "Devel"
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += \
|
||||
|
|
@ -80,7 +80,7 @@ LOCAL_CFLAGS += \
|
|||
-DINET6 \
|
||||
-DENABLE_TRACE \
|
||||
-DHAVE_CONFIG_H \
|
||||
-DLINPHONE_VERSION=\"$(LINPHONE_VERSION)\" \
|
||||
-DLIBLINPHONE_VERSION=\"$(LIBLINPHONE_VERSION)\" \
|
||||
-DLINPHONE_PLUGINS_DIR=\"\\tmp\" \
|
||||
-DUSE_BELLESIP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue