[vlc-commits] [Git][videolan/vlc][master] Revert "contrib: enable rav1e for wasm32-emscripten"

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue May 14 12:58:04 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
eae3ef53 by Steve Lhomme at 2024-05-14T11:56:01+00:00
Revert "contrib: enable rav1e for wasm32-emscripten"

This reverts commit 6db5fb2b64bcd267fb60ab7e6896f94c561a1b49.

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.

- - - - -


1 changed file:

- extras/package/wasm-emscripten/build.sh


Changes:

=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eae3ef5363a1c19075108e2ac004e6d019c0e14a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eae3ef5363a1c19075108e2ac004e6d019c0e14a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list