comparison stream/stream_dvd_common.h @ 26906:bae68d1afda2

adapted to the dvdread->libdvdread transition in dvdnav's repository
author nicodvb
date Sat, 31 May 2008 12:52:55 +0000
parents 7ee4ae1648e6
children c333185b1c3e
comparison
equal deleted inserted replaced
26905:2d8a08e5330f 26906:bae68d1afda2
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 <inttypes.h> 4 #include <inttypes.h>
5 #ifdef USE_DVDREAD_INTERNAL
5 #include <dvdread/ifo_types.h> 6 #include <dvdread/ifo_types.h>
7 #else
8 #include <libdvdread/ifo_types.h>
9 #endif
6 10
7 int mp_dvdtimetomsec(dvd_time_t *dt); 11 int mp_dvdtimetomsec(dvd_time_t *dt);
8 12
9 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ 13 #endif /* MPLAYER_STREAM_DVD_COMMON_H */