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
6b893118
Commit
6b893118
authored
Oct 23, 2012
by
Ghislain MARY
Browse files
Include linphonecore_jni.h to check validity of JNI at compilation time.
parent
9d1c0322
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
build/android/common.mk
build/android/common.mk
+2
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-0
No files found.
build/android/common.mk
View file @
6b893118
...
...
@@ -81,7 +81,8 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)
/../oRTP/include
\
$(LOCAL_PATH)
/../mediastreamer2/include
\
$(LOCAL_PATH)
/../../externals/exosip/include
\
$(LOCAL_PATH)
/../../externals/osip/include
$(LOCAL_PATH)
/../../externals/osip/include
\
$(LOCAL_PATH)
/../../../gen
LOCAL_LDLIBS
+=
-llog
-ldl
...
...
coreapi/linphonecore_jni.cc
View file @
6b893118
...
...
@@ -17,6 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <jni.h>
#include "linphonecore_jni.h"
#include "linphonecore_utils.h"
#include <ortp/zrtp.h>
...
...
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