comparison stream/stream_dvd_common.h @ 28245:83266d299072

Switch internal dvdread to libdvdread SVN external.
author reimar
date Thu, 08 Jan 2009 19:28:28 +0000
parents ea01824701a5
children a05ba1fa78b6
comparison
equal deleted inserted replaced
28244:ea717d532205 28245:83266d299072
1 #ifndef MPLAYER_STREAM_DVD_COMMON_H 1 #ifndef MPLAYER_STREAM_DVD_COMMON_H
2 #define MPLAYER_STREAM_DVD_COMMON_H 2 #define MPLAYER_STREAM_DVD_COMMON_H
3 3
4 #include "config.h" 4 #include "config.h"
5 #include <inttypes.h> 5 #include <inttypes.h>
6 #ifdef CONFIG_DVDREAD_INTERNAL
7 #include "libdvdread/ifo_types.h"
8 #else
9 #include <dvdread/ifo_types.h> 6 #include <dvdread/ifo_types.h>
10 #endif
11 7
12 int mp_dvdtimetomsec(dvd_time_t *dt); 8 int mp_dvdtimetomsec(dvd_time_t *dt);
13 9
14 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ 10 #endif /* MPLAYER_STREAM_DVD_COMMON_H */