diff loader/dmo/DMO_VideoDecoder.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 837cd9762b4e
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/dmo/DMO_VideoDecoder.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_VIDEODECODER_H
-#define AVIFILE_DMO_VIDEODECODER_H
+#ifndef MPLAYER_DMO_VIDEODECODER_H
+#define MPLAYER_DMO_VIDEODECODER_H
 
 typedef struct DMO_VideoDecoder DMO_VideoDecoder;
 
@@ -23,4 +23,4 @@
 int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d);
 
 
-#endif /* AVIFILE_DMO_VIDEODECODER_H */
+#endif /* MPLAYER_DMO_VIDEODECODER_H */