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
fc1f8084
Commit
fc1f8084
authored
Dec 02, 2014
by
Ghislain MARY
Browse files
Build opencoreamr and voamrwbenc statically for the web plugin.
parent
8c7702e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
builders/opencoreamr.cmake
View file @
fc1f8084
...
...
@@ -23,7 +23,6 @@
set
(
EP_opencoreamr_URL
"http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.3.tar.gz"
)
set
(
EP_opencoreamr_URL_HASH
"MD5=09d2c5dfb43a9f6e9fec8b1ae678e725"
)
set
(
EP_opencoreamr_BUILD_METHOD
"autotools"
)
set
(
EP_opencoreamr_USE_AUTOGEN
"yes"
)
set
(
EP_opencoreamr_CONFIGURE_OPTIONS
)
set
(
EP_opencoreamr_CROSS_COMPILATION_OPTIONS
"--prefix=
${
CMAKE_INSTALL_PREFIX
}
"
...
...
configs/config-webplugin.cmake
View file @
fc1f8084
...
...
@@ -92,6 +92,9 @@ if(UNIX AND NOT APPLE)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_ALSA=YES"
"-DENABLE_PULSEAUDIO=NO"
"-DENABLE_OSS=NO"
"-DENABLE_GLX=NO"
"-DENABLE_X11=YES"
"-DENABLE_XV=YES"
)
endif
()
# opencoreamr
set
(
EP_opencoreamr_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--with-pic"
)
# openh264
set
(
EP_openh264_LINKING_TYPE
"-static"
)
if
(
APPLE
)
...
...
@@ -111,6 +114,9 @@ endif()
# v4l
set
(
EP_v4l_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--with-pic"
)
# voamrwbenc
set
(
EP_voamrwbenc_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