mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
fix compilation iOS
This commit is contained in:
parent
672838c7a0
commit
9afc1e1509
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ void linphone_ringtoneplayer_destroy(LinphoneRingtonePlayer* rp) {
|
|||
linphone_ringtoneplayer_ios_destroy(rp);
|
||||
}
|
||||
|
||||
int linphone_ringtoneplayer_start_with_cb(LinphoneRingtonePlayer* rp, MSSndCard* card, const char* ringtone, int loop_pause_ms, LinphoneRingtonePlayerFunc end_of_ringtone, void * user_data) {
|
||||
int linphone_ringtoneplayer_start_with_cb(MSFactory* f, LinphoneRingtonePlayer* rp, MSSndCard* card, const char* ringtone, int loop_pause_ms, LinphoneRingtonePlayerFunc end_of_ringtone, void * user_data) {
|
||||
if (linphone_ringtoneplayer_is_started(rp)) {
|
||||
ms_message("the local ringtone is already started");
|
||||
return 2;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3cf3ebfec8b0c3c42c297e101d55754bd995a798
|
||||
Subproject commit adc3383e454ba312dcb04b0afa7a3e1090eef24f
|
||||
Loading…
Add table
Reference in a new issue