mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
update mediastreamer2 to fix big regression with vp8 and h264
fix printf formatter to be compatible with visual studio
This commit is contained in:
parent
c72ebb6f8d
commit
1a2e24b14a
3 changed files with 3 additions and 3 deletions
|
|
@ -371,7 +371,7 @@ void linphone_message_storage_init_chat_rooms(LinphoneCore *lc) {
|
|||
}
|
||||
|
||||
static void _linphone_message_storage_profile(void*data,const char*statement, sqlite3_uint64 duration){
|
||||
ms_warning("SQL statement '%s' took %" PRId64 " microseconds", statement, duration / 1000 );
|
||||
ms_warning("SQL statement '%s' took %llu microseconds", statement, (unsigned long long)duration / 1000LL );
|
||||
}
|
||||
|
||||
static void linphone_message_storage_activate_debug(sqlite3* db, bool_t debug){
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f47343572409561009e38a241ef3fde113d596d7
|
||||
Subproject commit 5db89bd644eb5a692c4b570e06a199943ff6cb26
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f3ce697093694165a31f024a3141cd89a95bc42
|
||||
Subproject commit a6c420eedd03c677f5560c3b37bf2b5684c6b0f9
|
||||
Loading…
Add table
Reference in a new issue