Skip to content
Snippets Groups Projects

ci test

Open Mehdi Sabwat requested to merge vlcjs/wip/build.11 into vlcjs/wip/build.8
@@ -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
--enable-dav1d --enable-vpx
--disable-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