OSDN Git Service

Add required header #include to fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Wed, 25 Nov 2009 23:24:09 +0000 (23:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 25 Nov 2009 23:24:09 +0000 (23:24 +0000)
Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudio_tablegen.h

index c951027..17a124f 100644 (file)
@@ -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