diff --git a/Classes/IncallViewController.m b/Classes/IncallViewController.m
index 8a961044b..25e82ebe9 100644
--- a/Classes/IncallViewController.m
+++ b/Classes/IncallViewController.m
@@ -90,8 +90,8 @@ int callCount(LinphoneCore* lc) {
- (void)viewDidLoad {
[super viewDidLoad];
//Controls
- [mute initWithOnImage:[UIImage imageNamed:@"mic_muted.png"] offImage:[UIImage imageNamed:@"mic_active.png"] ];
- [speaker initWithOnImage:[UIImage imageNamed:@"Speaker-32-on.png"] offImage:[UIImage imageNamed:@"Speaker-32-off.png"] ];
+ [mute initWithOnImage:[UIImage imageNamed:@"micro_inverse.png"] offImage:[UIImage imageNamed:@"micro.png"] ];
+ [speaker initWithOnImage:[UIImage imageNamed:@"HP_inverse.png"] offImage:[UIImage imageNamed:@"HP.png"] ];
//Dialer init
@@ -139,10 +139,13 @@ int callCount(LinphoneCore* lc) {
-(void) pauseCallPressed {
if (!selectedCall)
return;
- if (linphone_call_get_state(selectedCall) == LinphoneCallPaused)
+ if (linphone_call_get_state(selectedCall) == LinphoneCallPaused) {
+ [pause setSelected:NO];
linphone_core_resume_call([LinphoneManager getLc], selectedCall);
- else
+ }else{
linphone_core_pause_call([LinphoneManager getLc], selectedCall);
+ [pause setSelected:YES];
+ }
}
@@ -261,12 +264,12 @@ int callCount(LinphoneCore* lc) {
else if (linphone_call_get_state(selectedCall)==LinphoneCallPaused) {
[pause setHidden:NO];
//[pause setTitle:@"Resume" forState:UIControlStateNormal];
- pause.selected = YES;
+ // pause.selected = YES;
pause.highlighted = NO;
} else if (callCount(lc) == callsCount && callsCount == 1) {
[pause setHidden:NO];
//[pause setTitle:@"Pause" forState:UIControlStateNormal];
- pause.selected = NO;
+ // pause.selected = NO;
pause.highlighted = NO;
} else {
[pause setHidden:YES];
@@ -493,7 +496,7 @@ int callCount(LinphoneCore* lc) {
[self updateCell:cell at:indexPath withCall: [self retrieveCallAtIndex:indexPath.row inConference:NO]
conferenceActive:linphone_core_is_in_conference(lc)];
- cell.userInteractionEnabled = YES;
+ cell.userInteractionEnabled = YES;
cell.selectionStyle = UITableViewCellSelectionStyleNone;
//cell.selectionStyle = UITableViewCellSelectionStyleBlue;
@@ -503,7 +506,7 @@ int callCount(LinphoneCore* lc) {
UIImage *theImage = [UIImage imageWithContentsOfFile:path];
cell.imageView.image = theImage;*/
return cell;
-}
+}
// UITableViewDataSource (required)
diff --git a/Classes/IncallViewController.xib b/Classes/IncallViewController.xib
index a77415f09..678052028 100644
--- a/Classes/IncallViewController.xib
+++ b/Classes/IncallViewController.xib
@@ -13,9 +13,9 @@
@@ -1346,6 +1348,7 @@
clavier-01-106px.png
clavier-01-108px.png
clavier-01-160px.png
+ effacer.png
startcall-green.png
stopcall-red.png
@@ -1354,6 +1357,7 @@
{106, 60}
{108, 60}
{160, 60}
+ {164, 104}
{60, 52}
{62, 54}
diff --git a/PhoneMainView.xib b/PhoneMainView.xib
index 1eb8dfbfc..8f1c9a54f 100644
--- a/PhoneMainView.xib
+++ b/PhoneMainView.xib
@@ -65,12 +65,18 @@
IBCocoaTouchFramework
NO
-
-
+
+ History
+
+ History
+
+ NSImage
+ history-orange.png
+
IBCocoaTouchFramework
- 5
+
1
1
@@ -80,25 +86,7 @@
YES
-
- History
-
- History
-
- NSImage
- history-orange.png
-
- IBCocoaTouchFramework
-
-
-
-
- 1
- 1
-
- IBCocoaTouchFramework
- NO
-
+
Dialer
@@ -118,7 +106,19 @@
IBCocoaTouchFramework
NO
-
+
+
+ IBCocoaTouchFramework
+ 5
+
+
+
+ 1
+ 1
+
+ IBCocoaTouchFramework
+ NO
+
@@ -357,7 +357,7 @@
- 47
+ 48
0
diff --git a/Resources/HP.png b/Resources/HP.png
new file mode 100755
index 000000000..95d132189
Binary files /dev/null and b/Resources/HP.png differ
diff --git a/Resources/HP_inverse.png b/Resources/HP_inverse.png
new file mode 100755
index 000000000..e343dba73
Binary files /dev/null and b/Resources/HP_inverse.png differ
diff --git a/Resources/ajouter.png b/Resources/ajouter.png
new file mode 100755
index 000000000..c1526d8ba
Binary files /dev/null and b/Resources/ajouter.png differ
diff --git a/Resources/clavier.png b/Resources/clavier.png
new file mode 100755
index 000000000..3d2d9495b
Binary files /dev/null and b/Resources/clavier.png differ
diff --git a/Resources/contact.png b/Resources/contact.png
new file mode 100755
index 000000000..ecf2b1603
Binary files /dev/null and b/Resources/contact.png differ
diff --git a/Resources/effacer.png b/Resources/effacer.png
new file mode 100755
index 000000000..685c72cbb
Binary files /dev/null and b/Resources/effacer.png differ
diff --git a/Resources/grouper.png b/Resources/grouper.png
new file mode 100755
index 000000000..70ed3cbc7
Binary files /dev/null and b/Resources/grouper.png differ
diff --git a/Resources/micro.png b/Resources/micro.png
new file mode 100755
index 000000000..7c694fbff
Binary files /dev/null and b/Resources/micro.png differ
diff --git a/Resources/micro_inverse.png b/Resources/micro_inverse.png
new file mode 100755
index 000000000..dc38d85a6
Binary files /dev/null and b/Resources/micro_inverse.png differ
diff --git a/Resources/pause.png b/Resources/pause.png
new file mode 100755
index 000000000..37d96580b
Binary files /dev/null and b/Resources/pause.png differ
diff --git a/Resources/pause_inactif.png b/Resources/pause_inactif.png
new file mode 100755
index 000000000..0b46f283c
Binary files /dev/null and b/Resources/pause_inactif.png differ
diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj
index 2c15008f4..78f7f6fb4 100755
--- a/linphone.xcodeproj/project.pbxproj
+++ b/linphone.xcodeproj/project.pbxproj
@@ -84,6 +84,17 @@
346A75C814619F73005C9D07 /* IncallViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 222A483212F7176F0075F07F /* IncallViewController.m */; };
346A75CF14628F02005C9D07 /* UIPauseResumeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 346A75CE14628F02005C9D07 /* UIPauseResumeButton.m */; };
346A75D21462A786005C9D07 /* CallDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 346A75D11462A786005C9D07 /* CallDelegate.m */; };
+ 34AB0AA914714D8700CA32CC /* ajouter.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0A9E14714D8700CA32CC /* ajouter.png */; };
+ 34AB0AAA14714D8700CA32CC /* clavier.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0A9F14714D8700CA32CC /* clavier.png */; };
+ 34AB0AAB14714D8700CA32CC /* contact.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA014714D8700CA32CC /* contact.png */; };
+ 34AB0AAC14714D8700CA32CC /* effacer.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA114714D8700CA32CC /* effacer.png */; };
+ 34AB0AAD14714D8700CA32CC /* grouper.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA214714D8700CA32CC /* grouper.png */; };
+ 34AB0AAE14714D8700CA32CC /* HP_inverse.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA314714D8700CA32CC /* HP_inverse.png */; };
+ 34AB0AAF14714D8700CA32CC /* HP.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA414714D8700CA32CC /* HP.png */; };
+ 34AB0AB014714D8700CA32CC /* micro_inverse.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA514714D8700CA32CC /* micro_inverse.png */; };
+ 34AB0AB114714D8700CA32CC /* micro.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA614714D8700CA32CC /* micro.png */; };
+ 34AB0AB214714D8700CA32CC /* pause_inactif.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA714714D8700CA32CC /* pause_inactif.png */; };
+ 34AB0AB314714D8700CA32CC /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA814714D8700CA32CC /* pause.png */; };
34FD9BC0146ACC05004AB726 /* addcall-green.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB7146ACC05004AB726 /* addcall-green.png */; };
34FD9BC1146ACC05004AB726 /* conf_merge.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB8146ACC05004AB726 /* conf_merge.png */; };
34FD9BC2146ACC05004AB726 /* mic_active.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB9146ACC05004AB726 /* mic_active.png */; };
@@ -414,6 +425,17 @@
346A75CE14628F02005C9D07 /* UIPauseResumeButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIPauseResumeButton.m; sourceTree = ""; };
346A75D01462A786005C9D07 /* CallDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallDelegate.h; sourceTree = ""; };
346A75D11462A786005C9D07 /* CallDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallDelegate.m; sourceTree = ""; };
+ 34AB0A9E14714D8700CA32CC /* ajouter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ajouter.png; path = Resources/ajouter.png; sourceTree = ""; };
+ 34AB0A9F14714D8700CA32CC /* clavier.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = clavier.png; path = Resources/clavier.png; sourceTree = ""; };
+ 34AB0AA014714D8700CA32CC /* contact.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = contact.png; path = Resources/contact.png; sourceTree = ""; };
+ 34AB0AA114714D8700CA32CC /* effacer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = effacer.png; path = Resources/effacer.png; sourceTree = ""; };
+ 34AB0AA214714D8700CA32CC /* grouper.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = grouper.png; path = Resources/grouper.png; sourceTree = ""; };
+ 34AB0AA314714D8700CA32CC /* HP_inverse.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HP_inverse.png; path = Resources/HP_inverse.png; sourceTree = ""; };
+ 34AB0AA414714D8700CA32CC /* HP.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HP.png; path = Resources/HP.png; sourceTree = ""; };
+ 34AB0AA514714D8700CA32CC /* micro_inverse.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = micro_inverse.png; path = Resources/micro_inverse.png; sourceTree = ""; };
+ 34AB0AA614714D8700CA32CC /* micro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = micro.png; path = Resources/micro.png; sourceTree = ""; };
+ 34AB0AA714714D8700CA32CC /* pause_inactif.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause_inactif.png; path = Resources/pause_inactif.png; sourceTree = ""; };
+ 34AB0AA814714D8700CA32CC /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause.png; path = Resources/pause.png; sourceTree = ""; };
34FD9BB7146ACC05004AB726 /* addcall-green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "addcall-green.png"; path = "Resources/addcall-green.png"; sourceTree = ""; };
34FD9BB8146ACC05004AB726 /* conf_merge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = conf_merge.png; path = Resources/conf_merge.png; sourceTree = ""; };
34FD9BB9146ACC05004AB726 /* mic_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mic_active.png; path = Resources/mic_active.png; sourceTree = ""; };
@@ -871,6 +893,17 @@
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
+ 34AB0A9E14714D8700CA32CC /* ajouter.png */,
+ 34AB0A9F14714D8700CA32CC /* clavier.png */,
+ 34AB0AA014714D8700CA32CC /* contact.png */,
+ 34AB0AA114714D8700CA32CC /* effacer.png */,
+ 34AB0AA214714D8700CA32CC /* grouper.png */,
+ 34AB0AA314714D8700CA32CC /* HP_inverse.png */,
+ 34AB0AA414714D8700CA32CC /* HP.png */,
+ 34AB0AA514714D8700CA32CC /* micro_inverse.png */,
+ 34AB0AA614714D8700CA32CC /* micro.png */,
+ 34AB0AA714714D8700CA32CC /* pause_inactif.png */,
+ 34AB0AA814714D8700CA32CC /* pause.png */,
34FD9BC9146ACD76004AB726 /* contact_orange.png */,
34FD9BB7146ACC05004AB726 /* addcall-green.png */,
34FD9BB8146ACC05004AB726 /* conf_merge.png */,
@@ -1032,6 +1065,17 @@
34FD9BC7146ACC05004AB726 /* Speaker-32-off.png in Resources */,
34FD9BC8146ACC05004AB726 /* Speaker-32-on.png in Resources */,
34FD9BCA146ACD76004AB726 /* contact_orange.png in Resources */,
+ 34AB0AA914714D8700CA32CC /* ajouter.png in Resources */,
+ 34AB0AAA14714D8700CA32CC /* clavier.png in Resources */,
+ 34AB0AAB14714D8700CA32CC /* contact.png in Resources */,
+ 34AB0AAC14714D8700CA32CC /* effacer.png in Resources */,
+ 34AB0AAD14714D8700CA32CC /* grouper.png in Resources */,
+ 34AB0AAE14714D8700CA32CC /* HP_inverse.png in Resources */,
+ 34AB0AAF14714D8700CA32CC /* HP.png in Resources */,
+ 34AB0AB014714D8700CA32CC /* micro_inverse.png in Resources */,
+ 34AB0AB114714D8700CA32CC /* micro.png in Resources */,
+ 34AB0AB214714D8700CA32CC /* pause_inactif.png in Resources */,
+ 34AB0AB314714D8700CA32CC /* pause.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
diff --git a/submodules/liblinphone.xcodeproj/project.pbxproj b/submodules/liblinphone.xcodeproj/project.pbxproj
index ebd7dd53b..a23b9d634 100644
--- a/submodules/liblinphone.xcodeproj/project.pbxproj
+++ b/submodules/liblinphone.xcodeproj/project.pbxproj
@@ -156,7 +156,6 @@
222CA78511F6CFB100621220 /* sipsetup.c in Sources */ = {isa = PBXBuildFile; fileRef = 222CA76311F6CFB100621220 /* sipsetup.c */; };
222CA78611F6CFB100621220 /* sipsetup.h in Headers */ = {isa = PBXBuildFile; fileRef = 222CA76411F6CFB100621220 /* sipsetup.h */; };
2252935B12F6CA4700DD9BFB /* ec-calibrator.c in Sources */ = {isa = PBXBuildFile; fileRef = 2252935A12F6CA4700DD9BFB /* ec-calibrator.c */; };
- 225AA2DF144F0AA800BA809B /* libSKP_SILK_SDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */; };
225AA2E1144F1C6600BA809B /* bitratedriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2E0144F1C6600BA809B /* bitratedriver.c */; };
225AA2E3144F1E3400BA809B /* qosanalyzer.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2E2144F1E3400BA809B /* qosanalyzer.c */; };
225AA2FD1451A95400BA809B /* conference.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2FC1451A95400BA809B /* conference.c */; };
@@ -188,6 +187,7 @@
22FC56A813CB69FB002FD0F1 /* qualityindicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 22FC56A713CB69FA002FD0F1 /* qualityindicator.c */; };
22FC56AA13CB6A4F002FD0F1 /* bitratecontrol.c in Sources */ = {isa = PBXBuildFile; fileRef = 22FC56A913CB6A4F002FD0F1 /* bitratecontrol.c */; };
3440A54B14697B570076355C /* l16.c in Sources */ = {isa = PBXBuildFile; fileRef = 3440A54A14697B570076355C /* l16.c */; };
+ 34AB0AB814725C9900CA32CC /* ortp_srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 34AB0AB714725C9900CA32CC /* ortp_srtp.c */; };
7014533C13FA7ECA00A01D86 /* zrtp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7014533B13FA7ECA00A01D86 /* zrtp.h */; };
7014533E13FA841E00A01D86 /* zrtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7014533D13FA841E00A01D86 /* zrtp.c */; };
70E542EE13E147C7002BA2C0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70E542ED13E147C7002BA2C0 /* OpenGLES.framework */; };
@@ -384,7 +384,6 @@
222CA76311F6CFB100621220 /* sipsetup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sipsetup.c; sourceTree = ""; };
222CA76411F6CFB100621220 /* sipsetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sipsetup.h; sourceTree = ""; };
2252935A12F6CA4700DD9BFB /* ec-calibrator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "ec-calibrator.c"; path = "linphone/coreapi/ec-calibrator.c"; sourceTree = SOURCE_ROOT; };
- 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSKP_SILK_SDK.a; path = "../liblinphone-sdk/apple-darwin/lib/libSKP_SILK_SDK.a"; sourceTree = ""; };
225AA2E0144F1C6600BA809B /* bitratedriver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitratedriver.c; sourceTree = ""; };
225AA2E2144F1E3400BA809B /* qosanalyzer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qosanalyzer.c; sourceTree = ""; };
225AA2FC1451A95400BA809B /* conference.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conference.c; sourceTree = ""; };
@@ -420,6 +419,7 @@
22FC56A713CB69FA002FD0F1 /* qualityindicator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qualityindicator.c; sourceTree = ""; };
22FC56A913CB6A4F002FD0F1 /* bitratecontrol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitratecontrol.c; sourceTree = ""; };
3440A54A14697B570076355C /* l16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = l16.c; sourceTree = ""; };
+ 34AB0AB714725C9900CA32CC /* ortp_srtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ortp_srtp.c; sourceTree = ""; };
7014533B13FA7ECA00A01D86 /* zrtp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zrtp.h; sourceTree = ""; };
7014533D13FA841E00A01D86 /* zrtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zrtp.c; sourceTree = ""; };
70E542ED13E147C7002BA2C0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
@@ -434,7 +434,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 225AA2DF144F0AA800BA809B /* libSKP_SILK_SDK.a in Frameworks */,
70E542F113E147CE002BA2C0 /* QuartzCore.framework in Frameworks */,
70E542EE13E147C7002BA2C0 /* OpenGLES.framework in Frameworks */,
221F58A013AB50F800D603C9 /* CoreMedia.framework in Frameworks */,
@@ -475,7 +474,6 @@
0867D691FE84028FC02AAC07 /* liblinphone */ = {
isa = PBXGroup;
children = (
- 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */,
70E542F013E147CE002BA2C0 /* QuartzCore.framework */,
70E542ED13E147C7002BA2C0 /* OpenGLES.framework */,
221F589F13AB50F800D603C9 /* CoreMedia.framework */,
@@ -701,6 +699,7 @@
222CA6B611F6CF9F00621220 /* src */ = {
isa = PBXGroup;
children = (
+ 34AB0AB714725C9900CA32CC /* ortp_srtp.c */,
7014533D13FA841E00A01D86 /* zrtp.c */,
222CA6B711F6CF9F00621220 /* .gitignore */,
222CA6B811F6CF9F00621220 /* avprofile.c */,
@@ -1121,6 +1120,7 @@
225AA2FD1451A95400BA809B /* conference.c in Sources */,
22985D9314643BEF005CA0B5 /* aqsnd.c in Sources */,
3440A54B14697B570076355C /* l16.c in Sources */,
+ 34AB0AB814725C9900CA32CC /* ortp_srtp.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1199,6 +1199,7 @@
TARGET_OS_IPHONE,
);
GCC_UNROLL_LOOPS = NO;
+ GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = (
linphone/mediastreamer2/build/iphone,
linphone/mediastreamer2/include,
@@ -1251,6 +1252,7 @@
TARGET_OS_IPHONE,
);
GCC_UNROLL_LOOPS = NO;
+ GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = (
linphone/mediastreamer2/build/iphone,
linphone/mediastreamer2/include,
@@ -1429,6 +1431,7 @@
TARGET_OS_IPHONE,
);
GCC_UNROLL_LOOPS = NO;
+ GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = (
linphone/mediastreamer2/build/iphone,
linphone/mediastreamer2/include,