Skip to content

Commit

Permalink
submodules: update linphone to have HD support for iPhone6 and all po…
Browse files Browse the repository at this point in the history
…werful devices
  • Loading branch information
bagage committed Jun 14, 2016
1 parent 94b4668 commit 6cd483c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion Classes/Utils/Utils.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,11 @@ + (NSString *)deviceModelIdentifier {
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"])
Expand Down
2 changes: 1 addition & 1 deletion submodules/linphone
Submodule linphone updated from a6a9c3 to 54767c

0 comments on commit 6cd483c

Please sign in to comment.