Commit 8c2abad1 authored by Pierre Ynard's avatar Pierre Ynard Committed by Christophe Mutricy

Unbreak compilation with --disable-sout

The libraries still won't build due to missing symbols though.
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 256ec29c
......@@ -220,9 +220,7 @@ decoder_t *input_DecoderNew( input_thread_t *p_input,
decoder_t *p_dec = NULL;
int i_priority;
#ifndef ENABLE_SOUT
(void)b_force_decoder;
#else
#ifdef ENABLE_SOUT
/* If we are in sout mode, search for packetizer module */
if( p_sout )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment