changeset 10900:a69d6f292f95 libavcodec

Add missing guards and includes to arm/aac.h
author mru
date Sat, 16 Jan 2010 15:54:01 +0000
parents 28ac79270704
children 2a5c3d89201d
files arm/aac.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */