From 090b383e6844f7626c9acac69dbceed6817cfe1e Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 3 Jul 2015 15:51:49 +0200 Subject: [PATCH] submodules: fix compilation --- LinphoneTester/MasterViewController.m | 6 +++--- submodules/belle-sip | 2 +- submodules/cmake-builder | 2 +- submodules/linphone | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LinphoneTester/MasterViewController.m b/LinphoneTester/MasterViewController.m index 53e1f0ff5..322f64fbe 100644 --- a/LinphoneTester/MasterViewController.m +++ b/LinphoneTester/MasterViewController.m @@ -61,9 +61,9 @@ NSString* const kLogsUpdateNotification = @"kLogsUpdateNotification"; bc_tester_init((void (*)(int, const char *fm, va_list))linphone_iphone_log_handler, ORTP_MESSAGE, ORTP_ERROR); liblinphone_tester_add_suites(); - - bc_tester_read_dir_prefix = ms_strdup([bundlePath UTF8String]); - bc_tester_writable_dir_prefix = ms_strdup([documentPath UTF8String]); + + bc_tester_set_resource_dir_prefix([bundlePath UTF8String]); + bc_tester_set_writable_dir_prefix([documentPath UTF8String]); LOGI(@"Bundle path: %@", bundlePath); LOGI(@"Document path: %@", documentPath); diff --git a/submodules/belle-sip b/submodules/belle-sip index 2548b92b7..32977edc4 160000 --- a/submodules/belle-sip +++ b/submodules/belle-sip @@ -1 +1 @@ -Subproject commit 2548b92b71c8eeff0e0a898ddf12f585cae447e1 +Subproject commit 32977edc43840ab3013fa01642937b52fa58b90a diff --git a/submodules/cmake-builder b/submodules/cmake-builder index a45c1b0ca..98bdac254 160000 --- a/submodules/cmake-builder +++ b/submodules/cmake-builder @@ -1 +1 @@ -Subproject commit a45c1b0ca6cb3f89fa13dd42f71e0d27e4472b3c +Subproject commit 98bdac2544adaf507a31974bf57b9f9d29589265 diff --git a/submodules/linphone b/submodules/linphone index bc2ba427e..ea36261c8 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit bc2ba427eabc516f3f39312e92e4dfab78e3108b +Subproject commit ea36261c8095771d0df8284c6a9376d8efb53e20