X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Falpha%2Fregdef.h;h=aaa15e99453284509679c7481c7e6551c8045cc7;hb=5b21bdabe43611385d1d55a21d5b1f607b133d29;hp=01e263bac85f3682dbed02d914cd8d202af42f68;hpb=6a03549e8a25c2223c117201424899339c0e7be7;p=ffmpeg diff --git a/libavcodec/alpha/regdef.h b/libavcodec/alpha/regdef.h index 01e263bac85..aaa15e99453 100644 --- a/libavcodec/alpha/regdef.h +++ b/libavcodec/alpha/regdef.h @@ -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 */