Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
bfba11cb
Commit
bfba11cb
authored
Jun 15, 2017
by
Ghislain MARY
Browse files
New default option values for linphone-desktop.
parent
ca5c7506
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
configs/config-desktop.cmake
configs/config-desktop.cmake
+8
-5
options/linphone.cmake
options/linphone.cmake
+1
-1
No files found.
configs/config-desktop.cmake
View file @
bfba11cb
...
...
@@ -22,25 +22,28 @@
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_BV16 ON
)
set
(
DEFAULT_VALUE_ENABLE_CXX_WRAPPER ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
set
(
DEFAULT_VALUE_ENABLE_G729
${
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES
}
)
set
(
DEFAULT_VALUE_ENABLE_G729B_CNG OFF
)
set
(
DEFAULT_VALUE_ENABLE_GTK_UI ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
set
(
DEFAULT_VALUE_ENABLE_GTK_UI OFF
)
set
(
DEFAULT_VALUE_ENABLE_JPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_MBEDTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_MKV ON
)
set
(
DEFAULT_VALUE_ENABLE_NLS OFF
)
set
(
DEFAULT_VALUE_ENABLE_OPUS ON
)
set
(
DEFAULT_VALUE_ENABLE_SPEEX ON
)
set
(
DEFAULT_VALUE_ENABLE_SRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS ON
)
set
(
DEFAULT_VALUE_ENABLE_VCARD ON
)
set
(
DEFAULT_VALUE_ENABLE_VIDEO ON
)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WEBRTC_AEC ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
if
(
APPLE
)
set
(
CMAKE_INSTALL_RPATH
"@executable_path/../Frameworks;@executable_path/../lib"
)
...
...
options/linphone.cmake
View file @
bfba11cb
...
...
@@ -26,7 +26,7 @@ lcb_add_option("GTK UI" "Enable the GTK user interface of Linphone." "${DEFAULT_
lcb_add_option
(
"CXX_WRAPPER"
"Build the C++ wrapper for Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_CXX_WRAPPER
}
"
)
lcb_add_option
(
"CSHARP_WRAPPER"
"Build the C# wrapper from Liblinphone."
OFF
)
lcb_add_option
(
"LIME"
"Enable Linphone IM Encryption support in Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_LIME
}
"
)
lcb_add_option
(
"NLS"
"Enable internationalization of Linphone and Liblinphone."
ON
)
lcb_add_option
(
"NLS"
"Enable internationalization of Linphone and Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_NLS
}
"
)
lcb_add_option
(
"Update Check"
"Enable update check."
"
${
DEFAULT_VALUE_ENABLE_UPDATE_CHECK
}
"
)
lcb_add_option
(
"VCARD"
"Enable vCard 4 support in Linphone and Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_VCARD
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment