From 04aa8fd62e9a1191eb2e0be5afc57a8f29cf18da Mon Sep 17 00:00:00 2001 From: REIS Benjamin Date: Thu, 20 Oct 2016 12:15:19 +0200 Subject: [PATCH] update submodule linphone --- Classes/CallSideMenuView.m | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/CallSideMenuView.m b/Classes/CallSideMenuView.m index 29ecbc382..2941d1fb7 100644 --- a/Classes/CallSideMenuView.m +++ b/Classes/CallSideMenuView.m @@ -69,7 +69,7 @@ } + (NSString*)afinetToString:(int)remote_family { - return (remote_family == UNSPEC) ? @"Unspecified":(remote_family == INET) ? @"IPv4" : @"IPv6"; + return (remote_family == LinphoneAddressFamilyUnspec) ? @"Unspecified":(remote_family == LinphoneAddressFamilyInet) ? @"IPv4" : @"IPv6"; } + (NSString *)mediaEncryptionToString:(LinphoneMediaEncryption)enc { diff --git a/submodules/linphone b/submodules/linphone index 8a9e97a26..95c015cab 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 8a9e97a265a14de4a7b6f1bf68ed2cbc72d3b874 +Subproject commit 95c015cab98b0282a04efcc4fed105f518c899e4