[MPlayer-cvslog] r32291 - trunk/gui/mplayer/gtk/opts.c

diego subversion at mplayerhq.hu
Fri Sep 17 16:58:17 CEST 2010


Author: diego
Date: Fri Sep 17 16:58:17 2010
New Revision: 32291

Log:
Add an #ifdef to avoid unused variable warnings when iconv is disabled.

Modified:
   trunk/gui/mplayer/gtk/opts.c

Modified: trunk/gui/mplayer/gtk/opts.c
==============================================================================
--- trunk/gui/mplayer/gtk/opts.c	Fri Sep 17 12:35:15 2010	(r32290)
+++ trunk/gui/mplayer/gtk/opts.c	Fri Sep 17 16:58:17 2010	(r32291)
@@ -818,9 +818,11 @@ GtkWidget * create_Preferences( void )
   GtkWidget * vbox6;
   GtkWidget * vbox600;
   GSList    * OSD_group = NULL;
+#ifdef CONFIG_ICONV
   GSList    * Font_group = NULL;
   GList     * CBFontEncoding_items = NULL;
   GList	    * CBSubEncoding_items = NULL;
+#endif
   GtkWidget * vbox7;
   GtkWidget * vbox8;
   GtkWidget * table1;


More information about the MPlayer-cvslog mailing list