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
fe595857
Commit
fe595857
authored
Oct 25, 2012
by
Ghislain MARY
Browse files
Include linphonecore_jni.h only if USE_JAVAH is defined.
parent
2d9549f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
build/android/common.mk
build/android/common.mk
+4
-0
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+2
-0
No files found.
build/android/common.mk
View file @
fe595857
...
...
@@ -75,6 +75,10 @@ LOCAL_CFLAGS += -DHAVE_X264
endif
endif
ifeq
($(USE_JAVAH),1)
LOCAL_CFLAGS
+=
-DUSE_JAVAH
endif
LOCAL_C_INCLUDES
+=
\
$(LOCAL_PATH)
\
$(LOCAL_PATH)
/include
\
...
...
coreapi/linphonecore_jni.cc
View file @
fe595857
...
...
@@ -17,7 +17,9 @@ 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>
#ifdef USE_JAVAH
#include "linphonecore_jni.h"
#endif
#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