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
13dd36ff
Commit
13dd36ff
authored
Dec 03, 2014
by
Ghislain MARY
Browse files
Define the ENABLE_AMR variable if ENABLE_AMRNB or ENABLE_AMRWB is set.
parent
f2d8f13c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
cmake/LinphoneBuilderOptions.cmake
cmake/LinphoneBuilderOptions.cmake
+3
-0
No files found.
cmake/LinphoneBuilderOptions.cmake
View file @
13dd36ff
...
...
@@ -45,6 +45,9 @@ option(ENABLE_AMRNB "Enable AMR narrow-band audio codec support." ${DEFAULT_VALU
linphone_builder_add_feature_info
(
"AMR-NB"
ENABLE_AMRNB
"AMR narrow-band audio encoding/decoding support."
)
option
(
ENABLE_AMRWB
"Enable AMR wide-band audio codec support."
${
DEFAULT_VALUE_ENABLE_AMRWB
}
)
linphone_builder_add_feature_info
(
"AMR-WB"
ENABLE_AMRWB
"AMR wide-band audio encoding/decoding support."
)
if
(
ENABLE_AMRNB OR ENABLE_AMRWB
)
set
(
ENABLE_AMR ON CACHE BOOL
""
FORCE
)
endif
()
option
(
ENABLE_G729
"Enable G.729 audio codec support."
${
DEFAULT_VALUE_ENABLE_G729
}
)
linphone_builder_add_feature_info
(
"G.729"
ENABLE_G729
"G.729 audio encoding/decoding support."
)
option
(
ENABLE_GSM
"Enable GSM audio codec support."
${
DEFAULT_VALUE_ENABLE_GSM
}
)
...
...
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