comparison mpegaudio_tablegen.h @ 10570:ccbe83b66071 libavcodec

Add required header #include to fix 'make checkheaders'.
author diego
date Wed, 25 Nov 2009 23:24:09 +0000
parents c5c25c9b6644
children bcd863ec8208
comparison
equal deleted inserted replaced
10569:7a8b35405591 10570:ccbe83b66071
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 // do not use libavutil/mathematics.h since this is compiled both 27 // do not use libavutil/mathematics.h since this is compiled both
28 // for the host and the target and config.h is only valid for the target 28 // for the host and the target and config.h is only valid for the target
29 #include <math.h> 29 #include <math.h>
30 #include "config.h"
30 31
31 #define TABLE_4_3_SIZE (8191 + 16)*4 32 #define TABLE_4_3_SIZE (8191 + 16)*4
32 #if CONFIG_HARDCODED_TABLES 33 #if CONFIG_HARDCODED_TABLES
33 #define mpegaudio_tableinit() 34 #define mpegaudio_tableinit()
34 #include "libavcodec/mpegaudio_tables.h" 35 #include "libavcodec/mpegaudio_tables.h"