[vlc-commits] [Git][videolan/vlc][master] emscripten: enable libass build
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Oct 4 14:28:03 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
e2a10a5c by Steve Lhomme at 2022-10-04T12:15:53+00:00
emscripten: enable libass build
It will also build harfbuzz
- - - - -
2 changed files:
- contrib/src/ass/rules.mak
- extras/package/wasm-emscripten/build.sh
Changes:
=====================================
contrib/src/ass/rules.mak
=====================================
@@ -23,11 +23,16 @@ WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
WITH_DWRITE = 1
else
+ifdef HAVE_EMSCRIPTEN
+WITH_FONTCONFIG = 0
+WITH_HARFBUZZ = 1
+else
WITH_FONTCONFIG = 1
WITH_HARFBUZZ = 1
endif
endif
endif
+endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(call download_pkg,$(ASS_URL),ass)
=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -116,7 +116,7 @@ diagnostic "vlc contribs: bootstrap"
--disable-a52 --disable-aom --disable-faad2 --disable-chromaprint \
--disable-mad --disable-libmpeg2 --disable-nvcodec \
--disable-tremor --disable-vpx --disable-theora \
- --disable-postproc --disable-gmp --disable-gcrypt --disable-ass \
+ --disable-postproc --disable-gmp --disable-gcrypt \
--disable-gpgerror --disable-harfbuzz --disable-fontconfig \
--disable-asdcplib --disable-caca --disable-gettext \
--disable-goom --disable-libplacebo \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e2a10a5cd339ded73b3501cb40e976a34437fa67
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e2a10a5cd339ded73b3501cb40e976a34437fa67
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