Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
1817c82f
Commit
1817c82f
authored
11 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Removed useless code + updated ms2 with new opensles sound card
parent
77d09e7c
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/android/Android.mk
+0
-3
build/android/Android.mk
java/impl/org/linphone/core/LinphoneCoreFactoryImpl.java
+0
-5
java/impl/org/linphone/core/LinphoneCoreFactoryImpl.java
mediastreamer2
+1
-1
mediastreamer2
with
1 addition
and
9 deletions
build/android/Android.mk
+
0
−
3
View file @
1817c82f
...
...
@@ -105,9 +105,6 @@ LOCAL_C_INCLUDES += \
$(
LOCAL_PATH
)
/../../externals/libxml2/include
\
$(
LOCAL_PATH
)
/../../externals/build/libxml2
ifeq
($(BUILD_OPENSLES_SOUNDCARD),1)
LOCAL_LDLIBS
+=
-lOpenSLES
endif
LOCAL_LDLIBS
+=
-llog
-ldl
LOCAL_STATIC_LIBRARIES
:=
\
...
...
This diff is collapsed.
Click to expand it.
java/impl/org/linphone/core/LinphoneCoreFactoryImpl.java
+
0
−
5
View file @
1817c82f
...
...
@@ -57,11 +57,6 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
loadOptionalLibrary
(
"avcodec-linphone-arm"
);
}
// OPENSSL (cryptography)
// linphone suffix avoids collision with libs in /system/lib
loadOptionalLibrary
(
"crypto-linphone-"
+
eabi
);
loadOptionalLibrary
(
"ssl-linphone-"
+
eabi
);
// Secure RTP and key negotiation
loadOptionalLibrary
(
"srtp-"
+
eabi
);
loadOptionalLibrary
(
"zrtpcpp-"
+
eabi
);
// GPLv3+
...
...
This diff is collapsed.
Click to expand it.
mediastreamer2
@
509430ba
Subproject commit
bba5dff9ea4d4b6bc84d6b9b1e17469a3f8e686
9
Subproject commit
509430ba06b18bbfb7d2d820ad86c7dcdb22af9
9
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets