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
cd96b8ba
Commit
cd96b8ba
authored
May 23, 2012
by
Sylvain Berfini
🐮
Browse files
Renamed liblinphone for armv5 + fix compilation issue
parent
f3cadcf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
build/android/Android-no-neon.mk
build/android/Android-no-neon.mk
+7
-3
build/android/Android.mk
build/android/Android.mk
+7
-0
No files found.
build/android/Android-no-neon.mk
View file @
cd96b8ba
...
...
@@ -28,11 +28,15 @@ include $(linphone-root-dir)/submodules/linphone/build/android/common.mk
LOCAL_SHARED_LIBRARIES
+=
\
libavcodecnoneon
\
libswscale
noneon
\
libavcore
noneon
\
libavutil
noneon
libswscale
\
libavcore
\
libavutil
LOCAL_MODULE
:=
liblinphonenoneon
ifeq
($(TARGET_ARCH_ABI),armeabi)
LOCAL_MODULE_FILENAME
:=
liblinphonearmv5
endif
include
$(BUILD_SHARED_LIBRARY)
$(call
import-module,android/cpufeatures)
...
...
build/android/Android.mk
View file @
cd96b8ba
...
...
@@ -26,7 +26,14 @@ include $(CLEAR_VARS)
include
$(linphone-root-dir)/submodules/linphone/build/android/common.mk
LOCAL_SHARED_LIBRARIES
+=
\
libavcodec
\
libswscale
\
libavcore
\
libavutil
LOCAL_MODULE
:=
liblinphone
include
$(BUILD_SHARED_LIBRARY)
$(call
import-module,android/cpufeatures)
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