[vlc-devel] [PATCH] demux: always install the mock module
Thomas Guillem
thomas at gllm.fr
Wed Feb 10 09:05:08 UTC 2021
It will still disabled by default because of the 0 priority.
It can be used by external libVLC apps for their test suite.
---
modules/demux/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index 6e2b5bfa006..8e52fa5de50 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -535,7 +535,7 @@ demux_LTLIBRARIES += libnoseek_plugin.la
libdemux_mock_plugin_la_SOURCES = demux/mock.c
libdemux_mock_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(demuxdir)'
libdemux_mock_plugin_la_LIBADD = $(LIBM)
-noinst_LTLIBRARIES += libdemux_mock_plugin.la
+demux_LTLIBRARIES += libdemux_mock_plugin.la
BUILT_SOURCES += demux/json/grammar.h
libvlc_json_la_SOURCES = \
--
2.30.0
More information about the vlc-devel
mailing list