From 44304ae3220f553d0b1458644e2a617ea1ad8d22 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:00:33 -0800 Subject: all: Add missing header guards --- libavcodec/dcamath.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/dcamath.h') diff --git a/libavcodec/dcamath.h b/libavcodec/dcamath.h index 06dc43279b..a8a41427f7 100644 --- a/libavcodec/dcamath.h +++ b/libavcodec/dcamath.h @@ -16,6 +16,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVCODEC_DCAMATH_H +#define AVCODEC_DCAMATH_H + #include "libavutil/common.h" @@ -40,3 +43,5 @@ static inline int64_t dca_round(int64_t a, int bits) else return a; } + +#endif /* AVCODEC_DCAMATH_H */ -- cgit v1.2.1