summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-03-07 10:15:19 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-03-07 11:28:03 +0100
commit3499a1c0a91c8bc81556d837c87bf991ef6657c1 (patch)
tree165b99126b84f7d98d459522da6ae9ab01da64e7
parentebd59d271c24601e08c3569681b129cd27bf4070 (diff)
mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_
Signed-off-by: James Cowgill <james410@cowgill.org.uk> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavutil/mips/asmdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/mips/asmdefs.h b/libavutil/mips/asmdefs.h
index 4d2922c951..a3a5ee32b1 100644
--- a/libavutil/mips/asmdefs.h
+++ b/libavutil/mips/asmdefs.h
@@ -24,8 +24,8 @@
* assembly (rather than from within .s files).
*/
-#ifndef AVCODEC_MIPS_ASMDEFS_H
-#define AVCODEC_MIPS_ASMDEFS_H
+#ifndef AVUTIL_MIPS_ASMDEFS_H
+#define AVUTIL_MIPS_ASMDEFS_H
#include <sgidefs.h>