comparison stream/stream_dvd_common.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children 7ee4ae1648e6
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef STREAM_DVD_COMMON_H 1 #ifndef MPLAYER_STREAM_DVD_COMMON_H
2 #define STREAM_DVD_COMMON_H 2 #define MPLAYER_STREAM_DVD_COMMON_H
3 3
4 int mp_dvdtimetomsec(dvd_time_t *dt); 4 int mp_dvdtimetomsec(dvd_time_t *dt);
5 5
6 #endif /* STREAM_DVD_COMMON_H */ 6 #endif /* MPLAYER_STREAM_DVD_COMMON_H */