summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mathops.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-08-24 10:59:14 +0000
committerDiego Biurrun <diego@biurrun.de>2009-08-24 10:59:14 +0000
commitdeb1b2b699ec32efe96864205cf7755b3192579b (patch)
treebd4ad3254e481ad9e7acdcf02121a66375b4c60b /libavcodec/arm/mathops.h
parentb662e8395b81ee58e8e9b293904314f8918c8fae (diff)
Add necessary #include for config.h.
Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/mathops.h')
-rw-r--r--libavcodec/arm/mathops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/mathops.h b/libavcodec/arm/mathops.h
index 2da9c1cab3..2244fa19ae 100644
--- a/libavcodec/arm/mathops.h
+++ b/libavcodec/arm/mathops.h
@@ -23,6 +23,7 @@
#define AVCODEC_ARM_MATHOPS_H
#include <stdint.h>
+#include "config.h"
#include "libavutil/common.h"
#if HAVE_INLINE_ASM