changeset 10570:ccbe83b66071 libavcodec

Add required header #include to fix 'make checkheaders'.
author diego
date Wed, 25 Nov 2009 23:24:09 +0000
parents 7a8b35405591
children c408fca01d49
files mpegaudio_tablegen.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudio_tablegen.h	Wed Nov 25 17:14:48 2009 +0000
+++ b/mpegaudio_tablegen.h	Wed Nov 25 23:24:09 2009 +0000
@@ -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