diff 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
line wrap: on
line diff
--- a/stream/stream_dvd_common.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/stream_dvd_common.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,6 +1,6 @@
-#ifndef STREAM_DVD_COMMON_H
-#define STREAM_DVD_COMMON_H
+#ifndef MPLAYER_STREAM_DVD_COMMON_H
+#define MPLAYER_STREAM_DVD_COMMON_H
 
 int mp_dvdtimetomsec(dvd_time_t *dt);
 
-#endif /* STREAM_DVD_COMMON_H */
+#endif /* MPLAYER_STREAM_DVD_COMMON_H */