Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
ff330203
Commit
ff330203
authored
Jan 07, 2015
by
Gautier Pelloux-Prayer
Browse files
ILBC build is now optionnal on Android
parent
38c9b96b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
build/android/Android.mk
build/android/Android.mk
+5
-3
No files found.
build/android/Android.mk
View file @
ff330203
...
...
@@ -218,16 +218,18 @@ LOCAL_CFLAGS += -DBUILD_UPNP
LOCAL_SRC_FILES
+=
upnp.c
endif
LOCAL_STATIC_LIBRARIES
+=
libspeex
LOCAL_STATIC_LIBRARIES
+=
libspeex
ifeq
($(BUILD_SRTP), 1)
LOCAL_C_INCLUDES
+=
$(SRTP_C_INCLUDE)
endif
ifeq
($(BUILD_ILBC), 1)
ifneq
($(TARGET_ARCH_ABI),armeabi)
LOCAL_CFLAGS
+=
-DHAVE_ILBC
=
1
LOCAL_STATIC_LIBRARIES
+=
libmsilbc
endif
endif
LOCAL_C_INCLUDES
+=
$(LIBLINPHONE_EXTENDED_C_INCLUDES)
LOCAL_WHOLE_STATIC_LIBRARIES
+=
$(LIBLINPHONE_EXTENDED_STATIC_LIBS)
...
...
@@ -253,8 +255,8 @@ endif
ifeq
($(BUILD_OPUS),1)
LOCAL_STATIC_LIBRARIES
+=
libopus
endif
LOCAL_EXPORT_C_INCLUDES
:=
$(LOCAL_C_INCLUDES)
LOCAL_EXPORT_CFLAGS
:=
$(LOCAL_CFLAGS)
LOCAL_EXPORT_C_INCLUDES
:=
$(LOCAL_C_INCLUDES)
LOCAL_EXPORT_CFLAGS
:=
$(LOCAL_CFLAGS)
ifeq
($(_BUILD_VIDEO),1)
LOCAL_SHARED_LIBRARIES
+=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment