changeset 9075:5e51d85f7a4d

fix compilation error when HAVE_FREETYPE isn't defined
author colin
date Thu, 23 Jan 2003 22:21:30 +0000
parents a2af35e7ebaa
children 92014b66ed3d
files Gui/mplayer/gtk/opts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/opts.c	Thu Jan 23 21:31:49 2003 +0000
+++ b/Gui/mplayer/gtk/opts.c	Thu Jan 23 22:21:30 2003 +0000
@@ -164,7 +164,7 @@
 static gboolean prHScaler( GtkWidget * widget,GdkEventMotion  * event,gpointer user_data );
 static void prToggled( GtkToggleButton * togglebutton,gpointer user_data );
 static void prCListRow( GtkCList * clist,gint row,gint column,GdkEvent * event,gpointer user_data );
-#ifdef HAVE_FREETYPE
+#if defined( HAVE_FREETYPE ) || defined( USE_ICONV )
 static void prEntry( GtkContainer * container,gpointer user_data );
 #endif