From 095beeb58325b80e2aeb9f8c5962f4d3d0d68cb0 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 1 Sep 2014 10:43:01 +0200 Subject: [PATCH] Build player.c on all platforms. --- build/android/Android.mk | 3 ++- build/wp8/LibLinphone.vcxproj | 1 + coreapi/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build/android/Android.mk b/build/android/Android.mk index 6310550c4..b37b94437 100755 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -66,7 +66,8 @@ LOCAL_SRC_FILES := \ lpc2xml.c \ remote_provisioning.c \ quality_reporting.c \ - call_log.c + call_log.c \ + player.c ifndef LINPHONE_VERSION LINPHONE_VERSION = "Devel" diff --git a/build/wp8/LibLinphone.vcxproj b/build/wp8/LibLinphone.vcxproj index df4135e68..89cb48171 100644 --- a/build/wp8/LibLinphone.vcxproj +++ b/build/wp8/LibLinphone.vcxproj @@ -125,6 +125,7 @@ + diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index 6323a1adc..54360a330 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -59,6 +59,7 @@ set(SOURCE_FILES message_storage.c misc.c offeranswer.c + player.c presence.c proxy.c quality_reporting.c