[MPlayer-cvslog] r36585 - trunk/gui/dialog/preferences.c

ib subversion at mplayerhq.hu
Thu Jan 16 22:41:17 CET 2014


Author: ib
Date: Thu Jan 16 22:41:17 2014
New Revision: 36585

Log:
Fix wrong #ifdef.

These variables are needed in any case.

Modified:
   trunk/gui/dialog/preferences.c

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Wed Jan 15 21:04:34 2014	(r36584)
+++ trunk/gui/dialog/preferences.c	Thu Jan 16 22:41:17 2014	(r36585)
@@ -553,9 +553,9 @@ static GtkWidget * CreatePreferences( vo
   GtkWidget * vbox6;
   GtkWidget * vbox600;
   GSList    * OSD_group = NULL;
-#ifdef CONFIG_ICONV
   GSList    * Font_group = NULL;
   GList     * CBFontEncoding_items = NULL;
+#ifdef CONFIG_ICONV
   GList	    * CBSubEncoding_items = NULL;
 #endif
   GtkWidget * vbox7;


More information about the MPlayer-cvslog mailing list