[vlc-devel] commit: Unbreak compilation with --disable-sout (Pierre Ynard )
git version control
git at videolan.org
Fri Oct 17 02:13:27 CEST 2008
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Oct 16 12:45:48 2008 +0200| [8c2abad169177dfc64b8688735b7e80ee8b9e607] | committer: Christophe Mutricy
Unbreak compilation with --disable-sout
The libraries still won't build due to missing symbols though.
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c2abad169177dfc64b8688735b7e80ee8b9e607
---
src/input/decoder.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 892f00e..e03643b 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -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 )
{
More information about the vlc-devel
mailing list