[vlc-commits] [Git][videolan/vlc][master] emscripten: disable youtubedl demux plugin
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Mar 18 14:49:02 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
93b89c5e by Mehdi Sabwat at 2022-03-18T13:31:32+00:00
emscripten: disable youtubedl demux plugin
- - - - -
1 changed file:
- modules/demux/Makefile.am
Changes:
=====================================
modules/demux/Makefile.am
=====================================
@@ -521,9 +521,11 @@ libytdl_plugin_la_SOURCES = demux/ytdl.c
libytdl_plugin_la_LIBADD = libvlc_json.la
if !HAVE_WIN32
if !HAVE_ANDROID
+if !HAVE_EMSCRIPTEN
demux_LTLIBRARIES += libytdl_plugin.la
endif
endif
+endif
libnoseek_plugin_la_SOURCES = demux/filter/noseek.c
demux_LTLIBRARIES += libnoseek_plugin.la
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/93b89c5e212b622735cc5843b934a302ca140198
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/93b89c5e212b622735cc5843b934a302ca140198
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