diff libmenu/menu.c @ 27341:e7c989f7a7c9

Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable.
author diego
date Wed, 30 Jul 2008 12:01:30 +0000
parents 429c8f64b810
children d788e177a35e
line wrap: on
line diff
--- a/libmenu/menu.c	Wed Jul 30 11:48:01 2008 +0000
+++ b/libmenu/menu.c	Wed Jul 30 12:01:30 2008 +0000
@@ -403,7 +403,7 @@
   }
 }
 
-#ifdef USE_FRIBIDI
+#ifdef CONFIG_FRIBIDI
 #include <fribidi/fribidi.h>
 #include "libavutil/common.h"
 char *menu_fribidi_charset = NULL;
@@ -459,7 +459,7 @@
     return;
   }
 
-#ifdef USE_FRIBIDI
+#ifdef CONFIG_FRIBIDI
   txt = menu_fribidi(txt);
 #endif
   render_txt(txt);
@@ -493,7 +493,7 @@
     return;
   }
 
-#ifdef USE_FRIBIDI
+#ifdef CONFIG_FRIBIDI
   txt = menu_fribidi(txt);
 #endif
   render_txt(txt);