Use long long instead of long if architecture is armeabi-v7a
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
#include <baresip.h>
|
#include <baresip.h>
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
|
||||||
|
#if defined(__ARM_ARCH_7A__)
|
||||||
|
#define long long long
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct baresip_context
|
typedef struct baresip_context
|
||||||
{
|
{
|
||||||
JavaVM *javaVM;
|
JavaVM *javaVM;
|
||||||
|
|||||||
Reference in New Issue
Block a user