comparison 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
comparison
equal deleted inserted replaced
27340:33274ce3cce0 27341:e7c989f7a7c9
127 127
128 extern int vo_osd_changed_flag; 128 extern int vo_osd_changed_flag;
129 129
130 unsigned utf8_get_char(const char **str); 130 unsigned utf8_get_char(const char **str);
131 131
132 #ifdef USE_DVDNAV 132 #ifdef CONFIG_DVDNAV
133 #include <inttypes.h> 133 #include <inttypes.h>
134 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey); 134 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
135 #endif 135 #endif
136 136
137 #endif /* 0 */ 137 #endif /* 0 */