0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

fix compilation error when HAVE_FREETYPE isn't defined

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9076 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
colin 2003-01-23 22:21:30 +00:00
parent 4ba90da0d2
commit 531d63b5b9

View File

@ -164,7 +164,7 @@ static int old_video_driver = 0;
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