comparison stream/stream_dvd_common.h @ 29845:a05ba1fa78b6

Share dvd_device extern declaration between dvd and dvdnav.
author reimar
date Tue, 10 Nov 2009 23:10:57 +0000
parents 83266d299072
children e37311e178e1
comparison
equal deleted inserted replaced
29844:ab281bcfecb9 29845:a05ba1fa78b6
3 3
4 #include "config.h" 4 #include "config.h"
5 #include <inttypes.h> 5 #include <inttypes.h>
6 #include <dvdread/ifo_types.h> 6 #include <dvdread/ifo_types.h>
7 7
8 extern char *dvd_device;
8 int mp_dvdtimetomsec(dvd_time_t *dt); 9 int mp_dvdtimetomsec(dvd_time_t *dt);
9 10
10 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ 11 #endif /* MPLAYER_STREAM_DVD_COMMON_H */