diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-08-24 10:59:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-08-24 10:59:14 +0000 |
commit | deb1b2b699ec32efe96864205cf7755b3192579b (patch) | |
tree | bd4ad3254e481ad9e7acdcf02121a66375b4c60b /libavcodec/avr32 | |
parent | b662e8395b81ee58e8e9b293904314f8918c8fae (diff) | |
download | ffmpeg-deb1b2b699ec32efe96864205cf7755b3192579b.tar.gz |
Add necessary #include for config.h.
Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avr32')
-rw-r--r-- | libavcodec/avr32/mathops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avr32/mathops.h b/libavcodec/avr32/mathops.h index f39aa8800f..85f42b594d 100644 --- a/libavcodec/avr32/mathops.h +++ b/libavcodec/avr32/mathops.h @@ -23,6 +23,7 @@ #define AVCODEC_AVR32_MATHOPS_H #include <stdint.h> +#include "config.h" #include "libavutil/common.h" #if HAVE_INLINE_ASM |