From 6f7d6fc5a119ebf8f2361f2406e0715097d19524 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Fri, 4 Nov 2011 08:27:08 +0100 Subject: [PATCH] remove libmssilk.so from xcode libraries --- README | 5 +++-- linphone.xcodeproj/project.pbxproj | 12 ------------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/README b/README index 585fe2262..a1c5851a9 100644 --- a/README +++ b/README @@ -28,6 +28,7 @@ liblinphone-sdk contains Linphone ARM plugin. As AMR may require to pay for pate SILK plugin liblinphone-sdk contains Linphone SILK plugin. As Skype requires that you accept its license, the plugin is not compiled and enabled unless: -- you compile the SDK with enable_silk=yes flag; -- you compile the UI with HAVE_SILK flag. +- you compile the SDK with enable_silk=yes flag (make); +- you compile the UI with HAVE_SILK preprocessor macro (xcode). +- you compile add libmssilk.so to the list a library (xcode). diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 9779add49..4bee7514e 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -1087,10 +1087,6 @@ mediastreamer, "-l", srtp, - "-l", - mssilk, - "-l", - SKP_SILK_SDK, ); PRODUCT_NAME = linphone; SDKROOT = iphoneos; @@ -1163,10 +1159,6 @@ mediastreamer, "-l", srtp, - "-l", - mssilk, - "-l", - SKP_SILK_SDK, ); PRODUCT_NAME = linphone; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; @@ -1240,10 +1232,6 @@ mediastreamer, "-l", srtp, - "-l", - mssilk, - "-l", - SKP_SILK_SDK, ); PRODUCT_NAME = linphone; "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";