diff libmpcodecs/native/alaw.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 178006e9ea75
children
line wrap: on
line diff
--- a/libmpcodecs/native/alaw.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpcodecs/native/alaw.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,7 +1,7 @@
 // Generated by TOOLS/alaw-gen.c
 
-#ifndef ALAW_H
-#define ALAW_H
+#ifndef MPLAYER_ALAW_H
+#define MPLAYER_ALAW_H
 
 const short alaw2short[]={
   -5504,  -5248,  -6016,  -5760,  -4480,  -4224,  -4992,  -4736,
@@ -73,4 +73,4 @@
      56,     48,     40,     32,     24,     16,      8,      0
 };
 
-#endif /* ALAW_H */
+#endif /* MPLAYER_ALAW_H */