[vlc-devel] [PATCH] demux: always install the mock module

Steve Lhomme robux4 at ycbcr.xyz
Wed Feb 10 09:42:55 UTC 2021


It should only be on debug builds. We don't want to install it on 
millions of regular users.

On 2021-02-10 10:05, Thomas Guillem wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list