summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index c793a6b6aa..a1e7acd3c4 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -128,7 +128,7 @@ extern int vo_osd_changed_flag;
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