From 439902e0d68a0f0d800c21b5e6b598d5fa0c51da Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 25 Oct 2012 16:49:26 +0200 Subject: Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ Also fix a comment and an #endif comment. --- libavutil/arm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/arm') diff --git a/libavutil/arm/cpu.h b/libavutil/arm/cpu.h index 91c959ab27..b45f30b1a1 100644 --- a/libavutil/arm/cpu.h +++ b/libavutil/arm/cpu.h @@ -29,4 +29,4 @@ #define have_vfpv3(flags) (HAVE_VFPV3 && ((flags) & AV_CPU_FLAG_VFPV3)) #define have_neon(flags) (HAVE_NEON && ((flags) & AV_CPU_FLAG_NEON)) -#endif +#endif /* AVUTIL_ARM_CPU_H */ -- cgit v1.2.3