remove libmssilk.so from xcode libraries

This commit is contained in:
Jehan Monnier 2011-11-04 08:27:08 +01:00
parent ef45713695
commit 6f7d6fc5a1
2 changed files with 3 additions and 14 deletions

5
README
View file

@ -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).

View file

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