mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix tests compilation for bb10
This commit is contained in:
parent
709ce29b0b
commit
b62f9c65f1
1 changed files with 2 additions and 0 deletions
|
|
@ -4368,10 +4368,12 @@ end:
|
|||
}
|
||||
#endif
|
||||
|
||||
#if !defined(__arm__) && !defined(__arm64__) && !TARGET_IPHONE_SIMULATOR && !defined(ANDROID)
|
||||
static void completion_cb(void *user_data, int percentage){
|
||||
fprintf(stdout,"%i %% completed\r",percentage);
|
||||
fflush(stdout);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void simple_stereo_call(const char *codec_name, int clock_rate, int bitrate_override, bool_t stereo) {
|
||||
LinphoneCoreManager* marie;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue