forked from mirrors/linphone-iphone
fix compilation errors
This commit is contained in:
parent
c63bf0ee9e
commit
b3871b37b3
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit b37fdd869e17c70ae2683ef1fc09231094c52f4a
|
||||
Subproject commit cefa09edff80c2a1eacbee523979beaa763a21e9
|
||||
|
|
@ -26,9 +26,11 @@
|
|||
extern char *strptime(char*, char*, struct tm*);
|
||||
|
||||
LinphoneCoreManager* setup(bool_t enable_logs) {
|
||||
linphone_core_enable_log_collection(enable_logs);
|
||||
LinphoneCoreManager *marie;
|
||||
int timeout_ms = 3000;
|
||||
|
||||
linphone_core_enable_log_collection(enable_logs);
|
||||
|
||||
|
||||
// linphone_core_set_log_collection_size(10);
|
||||
marie = linphone_core_manager_new( "marie_rc");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue