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
f18fa96d
Commit
f18fa96d
authored
Nov 06, 2014
by
Guillaume BIENKOWSKI
Browse files
Fix configure option for srtp in ortp
parent
51fd618c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
builders/ortp.cmake
builders/ortp.cmake
+1
-1
No files found.
builders/ortp.cmake
View file @
f18fa96d
...
...
@@ -50,7 +50,7 @@ if(ENABLE_ZRTP)
list
(
APPEND EP_ortp_DEPENDENCIES EP_bzrtp
)
else
()
list
(
APPEND EP_ortp_CMAKE_OPTIONS
"-DENABLE_ZRTP=0"
)
list
(
APPEND EP_ortp_CONFIGURE_OPTIONS
"--
disable-srtp
"
)
list
(
APPEND EP_ortp_CONFIGURE_OPTIONS
"--
with-srtp=none
"
)
endif
()
if
(
MSVC
)
set
(
EP_ortp_EXTRA_LDFLAGS
"/SAFESEH:NO"
)
...
...
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