forked from mirrors/linphone-iphone
Fix compilation on Android
This commit is contained in:
parent
45d93b828d
commit
2630a9b0f0
3 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ LOCAL_SRC_FILES := \
|
|||
call_log.c \
|
||||
call_params.c \
|
||||
player.c \
|
||||
fileplayer.c
|
||||
localplayer.c
|
||||
|
||||
ifndef LIBLINPHONE_VERSION
|
||||
LIBLINPHONE_VERSION = "Devel"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#include "mediastreamer2/mediastream.h"
|
||||
#include "mediastreamer2/mscommon.h"
|
||||
#include "mediastreamer2/dsptools.h"
|
||||
#include "mediastreamer2/fileplayer.h"
|
||||
#include "mediastreamer2/msmediaplayer.h"
|
||||
}
|
||||
#include "mediastreamer2/msjava.h"
|
||||
#include "private.h"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 04fa73768107968abf6ff8440e5dff20f6a4a0c9
|
||||
Subproject commit 83bceea35319df31971ae3dede509f02fdf7df9b
|
||||
Loading…
Add table
Reference in a new issue