[vlc-commits] test: input: add console

Thomas Guillem git at videolan.org
Sat Nov 11 15:46:53 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Sat Nov 11 15:03:18 2017 +0100| [e25fefce3350e579a84a57dd0d1cb945be10bc8e] | committer: Thomas Guillem

test: input: add console

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e25fefce3350e579a84a57dd0d1cb945be10bc8e
---

 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) \



More information about the vlc-commits mailing list