]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/description.c
Fix typo.
[vlc] / modules / stream_out / description.c
index 6e855fea9e9bb17d7c82280266602827937ce3cf..499da5a58569d3f81ba75055b082b277dfca32a6 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_input.h>
 #include <vlc_block.h>
@@ -146,6 +150,7 @@ static int Del( sout_stream_t *p_stream, sout_stream_id_t *id )
 static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
                  block_t *p_buffer )
 {
+    VLC_UNUSED(id);
     sout_stream_sys_t *p_sys = p_stream->p_sys;
 
     block_ChainRelease( p_buffer );