comparison 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
comparison
equal deleted inserted replaced
27390:9d95dc936e66 27391:1d2faa1020fb
535 #endif 535 #endif
536 #ifdef HAVE_FONTCONFIG 536 #ifdef HAVE_FONTCONFIG
537 if(font_fontconfig <= 0) 537 if(font_fontconfig <= 0)
538 { 538 {
539 #endif 539 #endif
540 #ifdef HAVE_BITMAP_FONT 540 #ifdef CONFIG_BITMAP_FONT
541 if(font_name){ 541 if(font_name){
542 vo_font=read_font_desc(font_name,font_factor,verbose>1); 542 vo_font=read_font_desc(font_name,font_factor,verbose>1);
543 if(!vo_font) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadFont,font_name); 543 if(!vo_font) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadFont,font_name);
544 } else { 544 } else {
545 // try default: 545 // try default: