diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-29 21:32:38 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-29 21:32:38 +0000 |
commit | 30ad1a66517c5533014ad8b2180bfcf06bb12d80 (patch) | |
tree | 5f71e453891974d0a027cd20fdb3f8812ee2212f /libavcodec/mdct_tablegen.h | |
parent | 4f798a6ab2cabd96df0bdff758176752bb2c4d82 (diff) | |
download | ffmpeg-30ad1a66517c5533014ad8b2180bfcf06bb12d80.tar.gz |
Include appropriate header in table generators instead of using a dummy
av_cold define.
Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdct_tablegen.h')
-rw-r--r-- | libavcodec/mdct_tablegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mdct_tablegen.h b/libavcodec/mdct_tablegen.h index af652e7457..1722c3b4d0 100644 --- a/libavcodec/mdct_tablegen.h +++ b/libavcodec/mdct_tablegen.h @@ -24,6 +24,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 "../libavutil/attributes.h" #if !CONFIG_HARDCODED_TABLES SINETABLE( 32); |