comparison mpegaudio_tablegen.h @ 10576:64c8bc5340bd libavcodec

Revert "Add required header #include to fix 'make checkheaders'." config.h must not be included in that file. The table generator runs on the host system, but config.h describes the target.
author mru
date Thu, 26 Nov 2009 10:06:41 +0000
parents bcd863ec8208
children eb9e142ea51f
comparison
equal deleted inserted replaced
10575:bcd863ec8208 10576:64c8bc5340bd
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"
31 30
32 #define TABLE_4_3_SIZE (8191 + 16)*4 31 #define TABLE_4_3_SIZE (8191 + 16)*4
33 #if CONFIG_HARDCODED_TABLES 32 #if CONFIG_HARDCODED_TABLES
34 #define mpegaudio_tableinit() 33 #define mpegaudio_tableinit()
35 #include "libavcodec/mpegaudio_tables.h" 34 #include "libavcodec/mpegaudio_tables.h"