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/bfin | |
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/bfin')
-rw-r--r-- | libavcodec/bfin/mathops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/bfin/mathops.h b/libavcodec/bfin/mathops.h index 2ed2dc9022..a0e808c81a 100644 --- a/libavcodec/bfin/mathops.h +++ b/libavcodec/bfin/mathops.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_BFIN_MATHOPS_H #define AVCODEC_BFIN_MATHOPS_H +#include "config.h" + #if CONFIG_MPEGAUDIO_HP #define MULH(X,Y) ({ int xxo; \ __asm__ ( \ |