submodules: update linphone to have HD support for iPhone6 and all powerful devices

This commit is contained in:
Gautier Pelloux-Prayer 2016-06-14 10:35:45 +02:00
parent 94b4668022
commit 6cd483c2ac
3 changed files with 7 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Group changes to describe their impact on the project, as follows:
- Added "Forgot your password?" link in Linphone account assistant
- [Full IPv6 support to comply Apple requirements]
- Hardware accelerated H264 codec
- Full video HD support for newest devices (iPhone 6, iPhone SE, etc.)
### Changed
- Enable Neon intrinsics optimizations for speex resampler (ENABLE_ARM_NEON_INTRINSICS)

View file

@ -408,7 +408,11 @@
else if ([machine isEqual:@"iPhone2,1"])
return @"iPhone 3GS";
else if ([machine isEqual:@"iPhone3,1"])
return @"iPhone3,2 iPhone3,3 iPhone 4";
return @"iPhone 4";
else if ([machine isEqual:@"iPhone3,2"])
return @"iPhone 4";
else if ([machine isEqual:@"iPhone3,3"])
return @"iPhone 4";
else if ([machine isEqual:@"iPhone4,1"])
return @"iPhone 4S";
else if ([machine isEqual:@"iPhone5,1"])

@ -1 +1 @@
Subproject commit a6a9c36e844e76c5dfec619f9a88dcf650224c5e
Subproject commit 54767c23cc990b9aa65238ae3d295d93a8bf65d1