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*]" = "";