diff mencoder.c @ 27391:1d2faa1020fb

Rename a bunch of miscellaneous preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix.
author diego
date Thu, 07 Aug 2008 08:58:07 +0000
parents e7c989f7a7c9
children 4876c89bafdd
line wrap: on
line diff
--- a/mencoder.c	Wed Aug 06 23:19:29 2008 +0000
+++ b/mencoder.c	Thu Aug 07 08:58:07 2008 +0000
@@ -537,7 +537,7 @@
   if(font_fontconfig <= 0)
   {
 #endif
-#ifdef HAVE_BITMAP_FONT
+#ifdef CONFIG_BITMAP_FONT
   if(font_name){
        vo_font=read_font_desc(font_name,font_factor,verbose>1);
        if(!vo_font) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadFont,font_name);