Build player.c on all platforms.

This commit is contained in:
Ghislain MARY 2014-09-01 10:43:01 +02:00
parent 2c90f5e702
commit 095beeb583
3 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -125,6 +125,7 @@
<ClCompile Include="..\..\coreapi\message_storage.c" />
<ClCompile Include="..\..\coreapi\misc.c" />
<ClCompile Include="..\..\coreapi\offeranswer.c" />
<ClCompile Include="..\..\coreapi\player.c" />
<ClCompile Include="..\..\coreapi\presence.c" />
<ClCompile Include="..\..\coreapi\proxy.c" />
<ClCompile Include="..\..\coreapi\quality_reporting.c" />

View file

@ -59,6 +59,7 @@ set(SOURCE_FILES
message_storage.c
misc.c
offeranswer.c
player.c
presence.c
proxy.c
quality_reporting.c