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. --- compat/tms470/math.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compat/tms470') diff --git a/compat/tms470/math.h b/compat/tms470/math.h index 1104d744e7..ac8d3cdf54 100644 --- a/compat/tms470/math.h +++ b/compat/tms470/math.h @@ -1,3 +1,6 @@ +#ifndef LIBAV_COMPAT_TMS470_MATH_H +#define LIBAV_COMPAT_TMS470_MATH_H + #include_next #undef INFINITY @@ -5,3 +8,5 @@ #define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 })) #define NAN (*(const float*)((const unsigned []){ 0x7fc00000 })) + +#endif /* LIBAV_COMPAT_TMS470_MATH_H */ -- cgit v1.2.3