]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alpha/regdef.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / alpha / regdef.h
index 01e263bac85f3682dbed02d914cd8d202af42f68..aaa15e99453284509679c7481c7e6551c8045cc7 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /* Some BSDs don't seem to have regdef.h... sigh  */
-#ifndef alpha_regdef_h
-#define alpha_regdef_h
+#ifndef FFMPEG_REGDEF_H
+#define FFMPEG_REGDEF_H
 
 #define v0      $0      /* function return value */
 
@@ -63,4 +63,4 @@
 #define sp      $30     /* stack pointer */
 #define zero    $31     /* reads as zero, writes are noops */
 
-#endif /* alpha_regdef_h */
+#endif /* FFMPEG_REGDEF_H */