comparison stream/stream_dvd_common.h @ 27466:ea01824701a5

Rename internal libdvdread fork from dvdread to libdvdread to avoid clashing with external libdvdread. (Sync with libdvdread r1122)
author rathann
date Sat, 30 Aug 2008 12:22:21 +0000
parents e7c989f7a7c9
children 83266d299072
comparison
equal deleted inserted replaced
27465:b3bfe83d77f9 27466:ea01824701a5
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 6 #ifdef CONFIG_DVDREAD_INTERNAL
7 #include "libdvdread/ifo_types.h"
8 #else
7 #include <dvdread/ifo_types.h> 9 #include <dvdread/ifo_types.h>
8 #else
9 #include <libdvdread/ifo_types.h>
10 #endif 10 #endif
11 11
12 int mp_dvdtimetomsec(dvd_time_t *dt); 12 int mp_dvdtimetomsec(dvd_time_t *dt);
13 13
14 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ 14 #endif /* MPLAYER_STREAM_DVD_COMMON_H */