diff mp_core.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 4ab1cfcee430
children 14c5017f40d2
line wrap: on
line diff
--- a/mp_core.h	Wed Jul 30 11:48:01 2008 +0000
+++ b/mp_core.h	Wed Jul 30 12:01:30 2008 +0000
@@ -83,7 +83,7 @@
     int set_of_sub_pos;
     int set_of_sub_size;
     int global_sub_indices[SUB_SOURCES];
-#ifdef USE_ASS
+#ifdef CONFIG_ASS
     // set_of_ass_tracks[i] contains subtitles from set_of_subtitles[i]
     // parsed by libass or NULL if format unsupported
     ass_track_t* set_of_ass_tracks[MAX_SUBTITLE_FILES];
@@ -99,7 +99,7 @@
 
     int was_paused;
 
-#ifdef USE_DVDNAV
+#ifdef CONFIG_DVDNAV
     struct mp_image_s *nav_smpi; ///< last decoded dvdnav video image
     unsigned char *nav_buffer;   ///< last read dvdnav video frame
     unsigned char *nav_start;    ///< pointer to last read video buffer