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

Rémi Denis-Courmont remi at remlab.net
Fri Apr 20 11:52:21 CEST 2018


Le 20 avril 2018 11:29:21 GMT+03:00, "Hugo Beauzée-Luyssen" <git at videolan.org> a écrit :
>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
>
>_______________________________________________
>vlc-commits mailing list
>vlc-commits at videolan.org
>https://mailman.videolan.org/listinfo/vlc-commits

This looks like it breaks builds without libogg?
-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.


More information about the vlc-devel mailing list