Mercurial > mplayer.hg
changeset 36489:fe727e6ea07f
Fix wrong #ifdef.
These variables are needed in any case.
author | ib |
---|---|
date | Thu, 16 Jan 2014 21:41:17 +0000 |
parents | c0596fe557b1 |
children | 5b8563290668 |
files | gui/dialog/preferences.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/preferences.c Wed Jan 15 20:04:34 2014 +0000 +++ b/gui/dialog/preferences.c Thu Jan 16 21:41:17 2014 +0000 @@ -553,9 +553,9 @@ 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;