mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
remove libmssilk.so from xcode libraries
This commit is contained in:
parent
ef45713695
commit
6f7d6fc5a1
2 changed files with 3 additions and 14 deletions
5
README
5
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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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*]" = "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue