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
42602913
Commit
42602913
authored
May 25, 2015
by
Ghislain MARY
Browse files
Build vpx out-of-tree.
parent
814a7f14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
builders/vpx.cmake
builders/vpx.cmake
+2
-1
cmake/LinphoneCMakeBuilder.cmake
cmake/LinphoneCMakeBuilder.cmake
+3
-1
No files found.
builders/vpx.cmake
View file @
42602913
...
...
@@ -37,6 +37,7 @@ else()
set
(
EP_vpx_URL_HASH
"MD5=14783a148872f2d08629ff7c694eb31f"
)
set
(
EP_vpx_EXTERNAL_SOURCE_PATHS
"externals/libvpx"
)
set
(
EP_vpx_BUILD_METHOD
"autotools"
)
set
(
EP_vpx_DO_NOT_USE_CMAKE_FLAGS TRUE
)
set
(
EP_vpx_CONFIG_H_FILE vpx_config.h
)
set
(
EP_vpx_CONFIGURE_OPTIONS
"--enable-error-concealment"
...
...
@@ -66,6 +67,7 @@ else()
elseif
(
CMAKE_SYSTEM_PROCESSOR STREQUAL
"x86_64"
)
set
(
EP_vpx_TARGET
"x86_64-iphonesimulator-gcc"
)
else
()
set
(
EP_vpx_TARGET
"x86-iphonesimulator-gcc"
)
endif
()
else
()
if
(
CMAKE_OSX_ARCHITECTURES STREQUAL
"x86_64"
)
...
...
@@ -75,7 +77,6 @@ else()
endif
()
endif
()
set
(
EP_vpx_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--enable-pic"
)
set
(
EP_vpx_BUILD_IN_SOURCE
"yes"
)
else
()
if
(
CMAKE_SIZEOF_VOID_P EQUAL 8
)
set
(
EP_vpx_TARGET
"x86_64-linux-gcc"
)
...
...
cmake/LinphoneCMakeBuilder.cmake
View file @
42602913
...
...
@@ -516,7 +516,9 @@ function(linphone_builder_add_project PROJNAME)
endif
()
linphone_builder_set_ep_directories
(
${
PROJNAME
}
)
linphone_builder_apply_cmake_flags_to_autotools_project
(
${
PROJNAME
}
)
if
(
NOT EP_
${
PROJNAME
}
_DO_NOT_USE_CMAKE_FLAGS
)
linphone_builder_apply_cmake_flags_to_autotools_project
(
${
PROJNAME
}
)
endif
()
linphone_builder_apply_extra_flags
(
${
PROJNAME
}
)
linphone_builder_expand_external_project_vars
()
...
...
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