mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix android build
This commit is contained in:
parent
9a8ee6ddf5
commit
1a36ff6b96
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ void linphone_android_log_handler(int prio, char *str) {
|
|||
}
|
||||
}
|
||||
|
||||
static void linphone_android_ortp_log_handler(OrtpLogLevel lev, const char *fmt, va_list args) {
|
||||
static void linphone_android_ortp_log_handler(const char *domain, OrtpLogLevel lev, const char *fmt, va_list args) {
|
||||
char str[4096];
|
||||
const char *levname="undef";
|
||||
vsnprintf(str, sizeof(str) - 1, fmt, args);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e78b3514324ae6311f437926e5ff2fc2da09344
|
||||
Subproject commit 3d08d4ddd56120d1434139e59bbf7ef0f8b2f9c4
|
||||
Loading…
Add table
Reference in a new issue