[vlc-devel] [PATCH] Revert "fuzz: drop mkv (refs #19190)"

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Feb 27 18:33:31 CET 2018


This reverts commit e75e49c039f093a682823f715990bd5ce3dfa198.
The ticket was fixed so we can fuzz MKV again
---
 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 e7b5165835..62b7588920 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -161,6 +161,7 @@ libvlc_demux_run_la_LIBADD += \
 	../modules/libflacsys_plugin.la \
 	../modules/libh26x_plugin.la \
 	../modules/libmjpeg_plugin.la \
+	../modules/libmkv_plugin.la \
 	../modules/libmp4_plugin.la \
 	../modules/libnsc_plugin.la \
 	../modules/libnsv_plugin.la \
diff --git a/test/src/input/demux-run.c b/test/src/input/demux-run.c
index 5f5efa59dd..50d8972d42 100644
--- a/test/src/input/demux-run.c
+++ b/test/src/input/demux-run.c
@@ -402,6 +402,7 @@ extern vlc_plugin_cb vlc_static_modules[];
     f(flacsys) \
     f(h26x) \
     f(mjpeg) \
+    f(mkv) \
     f(mp4) \
     f(nsc) \
     f(nsv) \
-- 
2.11.0



More information about the vlc-devel mailing list