From 180f9a09588d1c68983692bb5245213956fdde11 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:25:13 -0800 Subject: all: Make header guard names consistent --- libavutil/mips/libm_mips.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavutil/mips') diff --git a/libavutil/mips/libm_mips.h b/libavutil/mips/libm_mips.h index 8853bbc751..757867bce9 100644 --- a/libavutil/mips/libm_mips.h +++ b/libavutil/mips/libm_mips.h @@ -50,8 +50,8 @@ * MIPS optimization for some libm functions */ -#ifndef AVUTIL_LIBM_MIPS_H -#define AVUTIL_LIBM_MIPS_H +#ifndef AVUTIL_MIPS_LIBM_MIPS_H +#define AVUTIL_MIPS_LIBM_MIPS_H static av_always_inline av_const long int lrintf_mips(float x) { @@ -70,4 +70,4 @@ static av_always_inline av_const long int lrintf_mips(float x) #define lrintf(x) lrintf_mips(x) #define HAVE_LRINTF 1 -#endif /* AVUTIL_LIBM_MIPS_H */ +#endif /* AVUTIL_MIPS_LIBM_MIPS_H */ -- cgit v1.2.1