comparison stream/stream_dvd.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 c333185b1c3e
children ea01824701a5
comparison
equal deleted inserted replaced
27340:33274ce3cce0 27341:e7c989f7a7c9
1 #ifndef MPLAYER_STREAM_DVD_H 1 #ifndef MPLAYER_STREAM_DVD_H
2 #define MPLAYER_STREAM_DVD_H 2 #define MPLAYER_STREAM_DVD_H
3 3
4 #include "config.h" 4 #include "config.h"
5 #include <stdint.h> 5 #include <stdint.h>
6 #ifdef USE_DVDREAD_INTERNAL 6 #ifdef CONFIG_DVDREAD_INTERNAL
7 #include "dvdread/dvd_reader.h" 7 #include "dvdread/dvd_reader.h"
8 #include "dvdread/ifo_types.h" 8 #include "dvdread/ifo_types.h"
9 #include "dvdread/ifo_read.h" 9 #include "dvdread/ifo_read.h"
10 #include "dvdread/nav_read.h" 10 #include "dvdread/nav_read.h"
11 #else 11 #else