diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-07 08:58:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-07 08:58:07 +0000 |
commit | 141e81cce4fb780a1e2f791c79c1664956401af7 (patch) | |
tree | 01ca9845852536dea18a7d5654783a336ba27eff /mplayer.c | |
parent | 024b6efdf1439c2573350048a433d0324dcee349 (diff) | |
download | mpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.bz2 mpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.xz |
Rename a bunch of miscellaneous preprocessor directives.
Switch them from a HAVE_ to a CONFIG_ prefix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2789,7 +2789,7 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){ 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, |