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