[FFmpeg-cvslog] r21247 - trunk/libavcodec/arm/aac.h

mru subversion
Sat Jan 16 16:54:01 CET 2010


Author: mru
Date: Sat Jan 16 16:54:01 2010
New Revision: 21247

Log:
Add missing guards and includes to arm/aac.h

Modified:
   trunk/libavcodec/arm/aac.h

Modified: trunk/libavcodec/arm/aac.h
==============================================================================
--- trunk/libavcodec/arm/aac.h	Sat Jan 16 16:19:05 2010	(r21246)
+++ trunk/libavcodec/arm/aac.h	Sat Jan 16 16:54:01 2010	(r21247)
@@ -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 @@ static inline float *VMUL4S(float *dst, 
 }
 
 #endif /* HAVE_NEON && HAVE_INLINE_ASM */
+
+#endif /* AVCODEC_ARM_AAC_H */



More information about the ffmpeg-cvslog mailing list