]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/gvp.c
One more removing session. (useless test before a free())
[vlc] / modules / demux / playlist / gvp.c
index f9883e12485065cfd2c1a20f6942af4fe2e20db5..05e472456ba06c59c5b5f5586932c49f927b1c27 100644 (file)
@@ -48,6 +48,10 @@ description:The now infamous Apple Macintosh commercial aired during the 1984 Su
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>
 
@@ -228,5 +232,6 @@ static int Demux( demux_t *p_demux )
 
 static int Control( demux_t *p_demux, int i_query, va_list args )
 {
+    VLC_UNUSED(p_demux); VLC_UNUSED(i_query); VLC_UNUSED(args);
     return VLC_EGENERIC;
 }