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/xface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/xface.h') diff --git a/libavcodec/xface.h b/libavcodec/xface.h index 0236d71..d366fdb 100644 --- a/libavcodec/xface.h +++ b/libavcodec/xface.h @@ -24,6 +24,9 @@ * X-Face common definitions. */ +#ifndef AVCODEC_XFACE_H +#define AVCODEC_XFACE_H + #include /* define the face size - 48x48x1 */ @@ -94,3 +97,5 @@ extern const ProbRange ff_xface_probranges_per_level[4][3]; extern const ProbRange ff_xface_probranges_2x2[16]; void ff_xface_generate_face(uint8_t *dst, uint8_t * const src); + +#endif /* AVCODEC_XFACE_H */ -- cgit v1.1