summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2_tablegen.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-03-29 21:32:38 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-03-29 21:32:38 +0000
commit30ad1a66517c5533014ad8b2180bfcf06bb12d80 (patch)
tree5f71e453891974d0a027cd20fdb3f8812ee2212f /libavcodec/qdm2_tablegen.c
parent4f798a6ab2cabd96df0bdff758176752bb2c4d82 (diff)
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.c1
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"