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/qdm2_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/qdm2_tablegen.h')
-rw-r--r-- | libavcodec/qdm2_tablegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qdm2_tablegen.h b/libavcodec/qdm2_tablegen.h index 83d8c2d095..de9ff0c902 100644 --- a/libavcodec/qdm2_tablegen.h +++ b/libavcodec/qdm2_tablegen.h @@ -25,6 +25,7 @@ #include <stdint.h> #include <math.h> +#include "../libavutil/attributes.h" #define SOFTCLIP_THRESHOLD 27600 #define HARDCLIP_THRESHOLD 35716 |