diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-11-25 23:24:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-11-25 23:24:09 +0000 |
commit | 154f5b5c9b84314f4d54afb27f5b43af9b7875b7 (patch) | |
tree | 764250b2c897833d2455b60e84f753fcf01c59ec | |
parent | 4cc3f6afe4773ec026f7b288e502f1992e2c4020 (diff) | |
download | ffmpeg-154f5b5c9b84314f4d54afb27f5b43af9b7875b7.tar.gz |
Add required header #include to fix 'make checkheaders'.
Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mpegaudio_tablegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index c95102793b..17a124faed 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/libavcodec/mpegaudio_tablegen.h @@ -27,6 +27,7 @@ // do not use libavutil/mathematics.h since this is compiled both // for the host and the target and config.h is only valid for the target #include <math.h> +#include "config.h" #define TABLE_4_3_SIZE (8191 + 16)*4 #if CONFIG_HARDCODED_TABLES |