[MPlayer-cvslog] r26089 - trunk/TOOLS/alaw-gen.c
diego
subversion at mplayerhq.hu
Sun Feb 24 13:53:11 CET 2008
Author: diego
Date: Sun Feb 24 13:53:11 2008
New Revision: 26089
Log:
Add MPLAYER_ prefix to multiple inclusion guard of generated file.
Modified:
trunk/TOOLS/alaw-gen.c
Modified: trunk/TOOLS/alaw-gen.c
==============================================================================
--- trunk/TOOLS/alaw-gen.c (original)
+++ trunk/TOOLS/alaw-gen.c Sun Feb 24 13:53:11 2008
@@ -15,8 +15,8 @@ system("sox -t raw -A -r 8000 -b alaw.da
printf("// Generated by TOOLS/alaw-gen.c\n\n");
-printf("#ifndef ALAW_H\n");
-printf("#define ALAW_H\n");
+printf("#ifndef MPLAYER_ALAW_H\n");
+printf("#define MPLAYER_ALAW_H\n");
printf("\nconst short alaw2short[]={\n");
@@ -46,7 +46,7 @@ for(i=0;i<256;i++){
fclose(f);
printf("};\n\n");
-printf("#endif /* ALAW_H */\n");
+printf("#endif /* MPLAYER_ALAW_H */\n");
return 0;
}
More information about the MPlayer-cvslog
mailing list