diff mencoder.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 1d2faa1020fb
children 48c1ae64255b
line wrap: on
line diff
--- a/mencoder.c	Thu Aug 07 09:53:59 2008 +0000
+++ b/mencoder.c	Thu Aug 07 10:36:07 2008 +0000
@@ -530,10 +530,10 @@
 #endif	
 
 // check font
-#ifdef HAVE_FREETYPE
+#ifdef CONFIG_FREETYPE
   init_freetype();
 #endif
-#ifdef HAVE_FONTCONFIG
+#ifdef CONFIG_FONTCONFIG
   if(font_fontconfig <= 0)
   {
 #endif
@@ -548,7 +548,7 @@
          vo_font=read_font_desc(MPLAYER_DATADIR "/font/font.desc",font_factor,verbose>1);
   }
 #endif
-#ifdef HAVE_FONTCONFIG
+#ifdef CONFIG_FONTCONFIG
   }
 #endif