# HG changeset patch # User mru # Date 1263657241 0 # Node ID a69d6f292f95b2afc7c11066862739f82816910d # Parent 28ac7927070433bc672227d073900f80d3f355c3 Add missing guards and includes to arm/aac.h diff -r 28ac79270704 -r a69d6f292f95 arm/aac.h --- a/arm/aac.h Sat Jan 16 15:19:05 2010 +0000 +++ b/arm/aac.h Sat Jan 16 15:54:01 2010 +0000 @@ -18,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVCODEC_ARM_AAC_H +#define AVCODEC_ARM_AAC_H + +#include "config.h" + #if HAVE_NEON && HAVE_INLINE_ASM #define VMUL2 VMUL2 @@ -128,3 +133,5 @@ } #endif /* HAVE_NEON && HAVE_INLINE_ASM */ + +#endif /* AVCODEC_ARM_AAC_H */