diff loader/dmo/DMO_AudioDecoder.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_AudioDecoder.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/dmo/DMO_AudioDecoder.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_AUDIODECODER_H
-#define AVIFILE_DMO_AUDIODECODER_H
+#ifndef MPLAYER_DMO_AUDIODECODER_H
+#define MPLAYER_DMO_AUDIODECODER_H
 
 typedef struct DMO_AudioDecoder DMO_AudioDecoder;
 
@@ -14,4 +14,4 @@
 
 int DMO_AudioDecoder_GetSrcSize(DMO_AudioDecoder *this, int dest_size);
 
-#endif /* AVIFILE_DMO_AUDIODECODER_H */
+#endif /* MPLAYER_DMO_AUDIODECODER_H */