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
f5868258
Commit
f5868258
authored
Apr 08, 2014
by
Ghislain MARY
Browse files
Always use Release build type for openh264.
parent
ee2f6445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
builders/openh264.cmake
builders/openh264.cmake
+1
-5
No files found.
builders/openh264.cmake
View file @
f5868258
...
...
@@ -36,11 +36,7 @@ set(EP_openh264_GIT_TAG "fb5700bd5cc18dd33c120ce9dd5f79b8f1f35f3a")
set
(
EP_openh264_BUILD_METHOD
"custom"
)
set
(
EP_openh264_BUILD_IN_SOURCE
"yes"
)
set
(
EP_openh264_LINKING_TYPE
"-shared"
)
if
(
"
${
CMAKE_BUILD_TYPE
}
"
STREQUAL
"Release"
)
set
(
EP_openh264_BUILD_TYPE
"Release"
)
else
()
set
(
EP_openh264_BUILD_TYPE
"Debug"
)
endif
()
set
(
EP_openh264_BUILD_TYPE
"Release"
)
# Always use Release build type, otherwise the codec is too slow...
set
(
EP_openh264_CONFIGURE_COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/EP_openh264_configure.sh
)
set
(
EP_openh264_BUILD_COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/EP_openh264_build.sh
)
set
(
EP_openh264_INSTALL_COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/EP_openh264_install.sh
)
...
...
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