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.c | |
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.c')
-rw-r--r-- | libavcodec/qdm2_tablegen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/qdm2_tablegen.c b/libavcodec/qdm2_tablegen.c index b311e7f4db..d23493c741 100644 --- a/libavcodec/qdm2_tablegen.c +++ b/libavcodec/qdm2_tablegen.c @@ -21,7 +21,6 @@ */ #include <stdlib.h> -#define av_cold #define CONFIG_HARDCODED_TABLES 0 #include "qdm2_tablegen.h" #include "tableprint.h" |