]> git.sesse.net Git - vlc/commitdiff
* modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of...
authorGildas Bazin <gbazin@videolan.org>
Wed, 16 Jul 2003 17:19:06 +0000 (17:19 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 16 Jul 2003 17:19:06 +0000 (17:19 +0000)
modules/codec/spudec/spudec.c

index 3548a89213830b9666d81b30739186ed50351544..7fc287b695b6861098385636929ac649044f71df 100644 (file)
@@ -2,7 +2,7 @@
  * spudec.c : SPU decoder thread
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: spudec.c,v 1.21 2003/07/16 17:17:05 gbazin Exp $
+ * $Id: spudec.c,v 1.22 2003/07/16 17:19:06 gbazin Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -121,7 +121,9 @@ static int RunDecoder( decoder_fifo_t * p_fifo )
      */
     p_spudec->p_vout = NULL;
     p_spudec->p_fifo = p_fifo;
+#if defined(HAVE_ICONV)
     p_spudec->iconv_handle = (iconv_t)-1;
+#endif
 
     /*
      * Initialize thread and free configuration