summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alpha/asm.h')
-rw-r--r--libavcodec/alpha/asm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/alpha/asm.h b/libavcodec/alpha/asm.h
index c0ddde528d..1d0fa6f6a7 100644
--- a/libavcodec/alpha/asm.h
+++ b/libavcodec/alpha/asm.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBAVCODEC_ALPHA_ASM_H
-#define LIBAVCODEC_ALPHA_ASM_H
+#ifndef FFMPEG_ASM_H
+#define FFMPEG_ASM_H
#include <inttypes.h>
@@ -188,4 +188,4 @@ struct unaligned_long { uint64_t l; } __attribute__((packed));
#error "Unknown compiler!"
#endif
-#endif /* LIBAVCODEC_ALPHA_ASM_H */
+#endif /* FFMPEG_ASM_H */