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
c176a14d
Commit
c176a14d
authored
Apr 23, 2014
by
Ghislain MARY
Browse files
Build v4l statically for the webplugin.
parent
f0cf2bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
builders/ms2.cmake
View file @
c176a14d
...
...
@@ -24,7 +24,7 @@ set(EP_ms2_GIT_REPOSITORY "git://git.linphone.org/mediastreamer2.git")
if
(
${
LINPHONE_BUILDER_LATEST
}
)
set
(
EP_ms2_GIT_TAG
"master"
)
else
()
set
(
EP_ms2_GIT_TAG
"
b42e77b7f7ce846704973145a91fe22350575abc
"
)
set
(
EP_ms2_GIT_TAG
"
1757cfddfc6762462e526f6c7f9464765f5e78fb
"
)
endif
()
if
(
MSVC
)
...
...
configs/config-webplugin.cmake
View file @
c176a14d
...
...
@@ -97,6 +97,9 @@ list(APPEND EP_ms2_CONFIGURE_OPTIONS
# opus
set
(
EP_opus_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--with-pic"
)
# v4l
set
(
EP_v4l_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--with-pic"
)
# vpx
set
(
EP_vpx_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--enable-pic"
)
...
...
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