diff libvo/sub.h @ 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 887ecb9a3792
line wrap: on
line diff
--- a/libvo/sub.h	Wed Jul 30 11:48:01 2008 +0000
+++ b/libvo/sub.h	Wed Jul 30 12:01:30 2008 +0000
@@ -129,7 +129,7 @@
 
 unsigned utf8_get_char(const char **str);
 
-#ifdef USE_DVDNAV
+#ifdef CONFIG_DVDNAV
 #include <inttypes.h>
 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
 #endif