From e25fefce3350e579a84a57dd0d1cb945be10bc8e Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Sat, 11 Nov 2017 15:03:18 +0100 Subject: [PATCH] test: input: add console --- test/Makefile.am | 1 + test/src/input/demux-run.c | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index afb18d2913..b818222b15 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -149,6 +149,7 @@ libvlc_demux_run_la_LIBADD = \ if !HAVE_DYNAMIC_PLUGINS libvlc_demux_run_la_CPPFLAGS += -DHAVE_STATIC_MODULES libvlc_demux_run_la_LIBADD += \ + ../modules/libconsole_logger_plugin.la \ ../modules/libaiff_plugin.la \ ../modules/libasf_plugin.la \ ../modules/libau_plugin.la \ diff --git a/test/src/input/demux-run.c b/test/src/input/demux-run.c index 3b9f1fdb97..691e9c98c4 100644 --- a/test/src/input/demux-run.c +++ b/test/src/input/demux-run.c @@ -277,6 +277,7 @@ typedef int (*vlc_plugin_cb)(int (*)(void *, void *, int, ...), void *); extern vlc_plugin_cb vlc_static_modules[]; #define PLUGINS(f) \ + f(console) \ f(filesystem) \ f(xml) \ f(aiff) \ -- GitLab