Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mehdi Sabwat
VLC
Merge requests
!17
ci test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
ci test
vlcjs/wip/build.11
into
vlcjs/wip/build.8
Overview
0
Commits
2
Pipelines
1
Changes
1
Open
Mehdi Sabwat
requested to merge
vlcjs/wip/build.11
into
vlcjs/wip/build.8
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
vlcjs/wip/build.8
version 3
2f79632e
4 years ago
version 2
2f79632e
4 years ago
version 1
2f79632e
4 years ago
vlcjs/wip/build.8 (base)
and
latest version
latest version
2f79632e
2 commits,
4 years ago
version 3
2f79632e
17 commits,
4 years ago
version 2
2f79632e
2 commits,
4 years ago
version 1
2f79632e
17 commits,
4 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
extras/package/wasm-emscripten/build.sh
+
3
−
3
Options
@@ -110,14 +110,14 @@ checkfail "sdk tests: emscripten does not support native filesystem, patch was n
rm
-fr
a.out.js a.out.wasm
# these variables control the features that we want in the static build
CONTRIB_LIST
=
".ffmpeg .opus .vpx .ogg .dvbpsi .faad2
.dav1d
"
CONTRIB_LIST
=
".ffmpeg .opus .vpx .ogg .dvbpsi .faad2 "
# emmake make list to have a list of available contribs
VLC_CONFIGURE_OPTIONS
=
"
--host=wasm32-unknown-emscripten
--enable-debug
--disable-shared
--enable-dvbpsi
--
en
able-dav1d --enable-vpx
--
dis
able-dav1d --enable-vpx
--enable-merge-ffmpeg --enable-avcodec --enable-avformat
--enable-opus --enable-faad
--enable-gles2
@@ -222,7 +222,7 @@ BUILTINS="$BUILTINS NULL\n};\n"
echo
-e
"
$DEFINITIONS
\n
$BUILTINS
"
>>
$BUILD_PATH
/
$BUILDDIR_NAME
/vlc-modules.c
# compile vlc-modules.c
emcc
-pthread
-c
$BUILD_PATH
/
$BUILDDIR_NAME
/vlc-modules.c
-o
$BUILD_PATH
/
$BUILDDIR_NAME
/vlc-modules.
wasm
emcc
-pthread
-c
$BUILD_PATH
/
$BUILDDIR_NAME
/vlc-modules.c
-o
$BUILD_PATH
/
$BUILDDIR_NAME
/vlc-modules.
bc
checkfail
"vlc static modules: compilation failed"
cd
$BUILD_PATH
Loading