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
mediastreamer2
Commits
9a164ec7
Commit
9a164ec7
authored
Oct 07, 2015
by
Ghislain MARY
Browse files
ENABLE_RESAMPLE option depends on ENABLE_SPEEX for CMake build.
parent
57ada9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
9a164ec7
...
...
@@ -81,7 +81,7 @@ cmake_dependent_option(ENABLE_PORTAUDIO "Enable portaudio native support." NO "E
cmake_dependent_option
(
ENABLE_PULSEAUDIO
"Enable pulseaudio support."
YES
"ENABLE_SOUND"
NO
)
option
(
ENABLE_GSM
"Build mediastreamer2 with the GSM codec."
YES
)
option
(
ENABLE_OPUS
"Build mediastreamer2 with the OPUS codec."
YES
)
option
(
ENABLE_RESAMPLE
"Build mediastreamer2 with the resampling capability."
YES
)
cmake_dependent_
option
(
ENABLE_RESAMPLE
"Build mediastreamer2 with the resampling capability."
YES
"ENABLE_SPEEX"
NO
)
option
(
ENABLE_SPEEX
"Build mediastreamer2 with the SPEEX codec."
YES
)
option
(
ENABLE_VIDEO
"Build mediastreamer2 with video support."
YES
)
...
...
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