Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
kinboy wong
vlc.js
Commits
ba41498a
Commit
ba41498a
authored
Nov 05, 2019
by
Mehdi Sabwat
Browse files
update configure options and build procedure.
parent
0f4eb8e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compile.sh
View file @
ba41498a
...
...
@@ -108,20 +108,21 @@ cd ../../
mkdir
-p
build-emscripten
&&
cd
build-emscripten
OPTIONS
=
"
--host=asm
js
-unknown-emscripten
--host=
w
asm
32
-unknown-emscripten
--enable-debug
--enable-gles2
--disable-lua
--disable-ssp
--disable-nls
--disable-sout
--disable-vlm
--disable-addonmanagermodules
--
dis
able-avcodec
--
en
able-avcodec
--enable-merge-ffmpeg
--disable-swscale
--disable-a52
--disable-x264
--disable-xcb
--disable-xvideo
--disable-alsa
--disable-macosx
--disable-sparkle
...
...
@@ -132,14 +133,17 @@ OPTIONS="
--disable-alsa
--disable-oss
--disable-vlc"
# --disable-xvideo Unknown option
# Note :
# search.h is a blacklisted module
# time.h is a blacklisted module
ac_cv_func_sendmsg
=
yes
ac_cv_func_recvmsg
=
yes
ac_cv_func_if_nameindex
=
yes
ac_cv_header_search_h
=
no
ac_cv_header_time_h
=
no
\
../configure
${
OPTIONS
}
# shm.h is a blacklisted module
# ssp is not supported on the wasm backend
emconfigure ../configure
${
OPTIONS
}
\
ac_cv_func_sendmsg
=
yes
ac_cv_func_recvmsg
=
yes
ac_cv_func_if_nameindex
=
yes
ac_cv_header_search_h
=
no
ac_cv_header_time_h
=
no
ac_cv_header_sys_shm_h
=
no
make
${
MAKEFLAGS
}
emmake
make
${
MAKEFLAGS
}
diagnostic
"Generating module list"
cd
../..
...
...
Write
Preview
Supports
Markdown
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