summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/alaw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/native/alaw.h')
-rw-r--r--libmpcodecs/native/alaw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/native/alaw.h b/libmpcodecs/native/alaw.h
index 840fa6b2c9..e086e1d151 100644
--- a/libmpcodecs/native/alaw.h
+++ b/libmpcodecs/native/alaw.h
@@ -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 @@ const short ulaw2short[]={
56, 48, 40, 32, 24, 16, 8, 0
};
-#endif /* ALAW_H */
+#endif /* MPLAYER_ALAW_H */