Skip to content
Snippets Groups Projects
Commit eae3ef53 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

Revert "contrib: enable rav1e for wasm32-emscripten"

This reverts commit 6db5fb2b.

The wasm script currently builds with --disable-sout. So rav1e (AV1 encoder) will never be used.

Once/if disable-sout is removed then it will be picked automatically.
parent 8c9891d4
No related branches found
No related tags found
1 merge request!5254Revert "contrib: enable rav1e for wasm32-emscripten"
Pipeline #470080 passed with warnings with stages
in 44 minutes and 12 seconds
......@@ -146,7 +146,7 @@ diagnostic "vlc contribs: bootstrap"
--disable-speexdsp --disable-taglib --disable-zvbi \
--disable-rnnoise --disable-libaribcaption \
--disable-ogg --disable-vorbis --disable-kate --disable-flac \
--host=wasm32-unknown-emscripten --enable-rav1e
--host=wasm32-unknown-emscripten
diagnostic "vlc contribs: make"
if [ "$VLC_USE_PREBUILT_CONTRIBS" -ne "0" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment