comparison mdct_tablegen.h @ 11552:8bef88bc329d libavcodec

Include appropriate header in table generators instead of using a dummy av_cold define.
author reimar
date Mon, 29 Mar 2010 21:32:38 +0000
parents aa3997d8eee7
children a1b4029b2465
comparison
equal deleted inserted replaced
11551:04f5fe406669 11552:8bef88bc329d
22 22
23 #include <assert.h> 23 #include <assert.h>
24 // do not use libavutil/mathematics.h since this is compiled both 24 // do not use libavutil/mathematics.h since this is compiled both
25 // for the host and the target and config.h is only valid for the target 25 // for the host and the target and config.h is only valid for the target
26 #include <math.h> 26 #include <math.h>
27 #include "../libavutil/attributes.h"
27 28
28 #if !CONFIG_HARDCODED_TABLES 29 #if !CONFIG_HARDCODED_TABLES
29 SINETABLE( 32); 30 SINETABLE( 32);
30 SINETABLE( 64); 31 SINETABLE( 64);
31 SINETABLE( 128); 32 SINETABLE( 128);