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
1abdf9de
Commit
1abdf9de
authored
Jun 02, 2016
by
Gautier Pelloux-Prayer
Browse files
options: remove unused/unneeded ENABLE_DTLS option
parent
82de8f80
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
8 deletions
+0
-8
builders/bellesip.cmake
builders/bellesip.cmake
+0
-3
configs/config-android.cmake
configs/config-android.cmake
+0
-1
configs/config-desktop.cmake
configs/config-desktop.cmake
+0
-1
configs/config-ios.cmake
configs/config-ios.cmake
+0
-1
configs/config-win10.cmake
configs/config-win10.cmake
+0
-1
options/ms2.cmake
options/ms2.cmake
+0
-1
No files found.
builders/bellesip.cmake
View file @
1abdf9de
...
...
@@ -32,9 +32,6 @@ set(EP_bellesip_DEPENDENCIES EP_bctoolbox)
if
(
LINPHONE_BUILDER_BUILD_DEPENDENCIES
)
if
(
NOT DISABLE_BC_ANTLR
)
list
(
APPEND EP_bellesip_DEPENDENCIES EP_antlr3c
)
message
(
STATUS
"ENABLING ANTLR3C BUILDER"
)
else
()
message
(
STATUS
"DISABLING ANTLR3C BUILDER"
)
endif
()
if
(
NOT QNX
)
list
(
APPEND EP_bellesip_DEPENDENCIES EP_zlib
)
...
...
configs/config-android.cmake
View file @
1abdf9de
...
...
@@ -21,7 +21,6 @@
############################################################################
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_DTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
...
...
configs/config-desktop.cmake
View file @
1abdf9de
...
...
@@ -22,7 +22,6 @@
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_BV16 ON
)
set
(
DEFAULT_VALUE_ENABLE_DTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
...
...
configs/config-ios.cmake
View file @
1abdf9de
...
...
@@ -21,7 +21,6 @@
############################################################################
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_DTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
...
...
configs/config-win10.cmake
View file @
1abdf9de
...
...
@@ -21,7 +21,6 @@
############################################################################
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_DTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
...
...
options/ms2.cmake
View file @
1abdf9de
...
...
@@ -56,7 +56,6 @@ ms2_add_option("Non free codecs" "Allow inclusion of non-free codecs in the buil
#security options
ms2_add_option
(
"SRTP"
"SRTP media encryption support."
"
${
DEFAULT_VALUE_ENABLE_SRTP
}
"
)
ms2_add_dependent_option
(
"ZRTP"
"ZRTP media encryption support."
"
${
DEFAULT_VALUE_ENABLE_ZRTP
}
"
"ENABLE_SRTP"
OFF
)
ms2_add_dependent_option
(
"DTLS"
"DTLS media encryption support."
"
${
DEFAULT_VALUE_ENABLE_DTLS
}
"
"ENABLE_SRTP"
OFF
)
#audio options and codecs
ms2_add_option
(
"WebRTC AEC"
"WebRTC echo canceller support."
"
${
DEFAULT_VALUE_ENABLE_WEBRTC_AEC
}
"
)
...
...
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