mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Build player.c on all platforms.
This commit is contained in:
parent
2c90f5e702
commit
095beeb583
3 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ set(SOURCE_FILES
|
|||
message_storage.c
|
||||
misc.c
|
||||
offeranswer.c
|
||||
player.c
|
||||
presence.c
|
||||
proxy.c
|
||||
quality_reporting.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue