[vlc-commits] test: fuzzing: Add ogg module

Hugo Beauzée-Luyssen git at videolan.org
Fri Apr 20 10:29:21 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Apr 19 15:31:09 2018 +0200| [e196e7cad0f610f34e6b88e4b1281add1db9281f] | committer: Hugo Beauzée-Luyssen

test: fuzzing: Add ogg module

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

 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 0516580999..e6c511adff 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -196,6 +196,7 @@ libvlc_demux_run_la_LIBADD += \
 	../modules/librawvid_plugin.la \
 	../modules/libfilesystem_plugin.la \
 	../modules/libxml_plugin.la \
+	../modules/libogg_plugin.la \
 	-lstdc++
 if HAVE_DVBPSI
 libvlc_demux_run_la_CPPFLAGS += -DHAVE_DVBPSI
diff --git a/test/src/input/demux-run.c b/test/src/input/demux-run.c
index cb8c9a3442..22418eddb3 100644
--- a/test/src/input/demux-run.c
+++ b/test/src/input/demux-run.c
@@ -443,6 +443,7 @@ extern vlc_plugin_cb vlc_static_modules[];
     f(vc1) \
     f(rawvid) \
     f(rawaud) \
+    f(ogg) \
     DECODER_PLUGINS(f)
 
 #ifdef HAVE_DVBPSI



More information about the vlc-commits mailing list