diff stream/stream_dvd.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.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/stream_dvd.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef STREAM_DVD_H
-#define STREAM_DVD_H
+#ifndef MPLAYER_STREAM_DVD_H
+#define MPLAYER_STREAM_DVD_H
 
 #ifdef USE_DVDREAD_INTERNAL
 #include "dvdread/dvd_reader.h"
@@ -48,4 +48,4 @@
 int dvd_sid_from_lang(stream_t *stream, unsigned char* lang);
 int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell);
 
-#endif /* STREAM_DVD_H */
+#endif /* MPLAYER_STREAM_DVD_H */