diff gui/mplayer/gtk/fs.c @ 27393:4876c89bafdd

Rename font-related preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix.
author diego
date Thu, 07 Aug 2008 10:36:07 +0000
parents b0a7b35b78d2
children 9e739bdb049c
line wrap: on
line diff
--- a/gui/mplayer/gtk/fs.c	Thu Aug 07 09:53:59 2008 +0000
+++ b/gui/mplayer/gtk/fs.c	Thu Aug 07 10:36:07 2008 +0000
@@ -116,7 +116,7 @@
 
 char * fsFontFileNames[][2] =
          {
-#ifdef HAVE_FREETYPE
+#ifdef CONFIG_FREETYPE
 	   { "True Type fonts (*.ttf)",					   "*.ttf" },
 	   { "Type1 fonts (*.pfb)",					   "*.pfb" },
 	   { "All fonts",						   "*.ttf,*.pfb" },