summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio_tablegen.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-11-25 23:24:09 +0000
committerDiego Biurrun <diego@biurrun.de>2009-11-25 23:24:09 +0000
commit154f5b5c9b84314f4d54afb27f5b43af9b7875b7 (patch)
tree764250b2c897833d2455b60e84f753fcf01c59ec /libavcodec/mpegaudio_tablegen.h
parent4cc3f6afe4773ec026f7b288e502f1992e2c4020 (diff)
Add required header #include to fix 'make checkheaders'.
Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.h')
-rw-r--r--libavcodec/mpegaudio_tablegen.h1
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