From 30ad1a66517c5533014ad8b2180bfcf06bb12d80 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Mon, 29 Mar 2010 21:32:38 +0000 Subject: 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 --- libavcodec/mdct_tablegen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mdct_tablegen.c') diff --git a/libavcodec/mdct_tablegen.c b/libavcodec/mdct_tablegen.c index f04502f181..a6b13c345b 100644 --- a/libavcodec/mdct_tablegen.c +++ b/libavcodec/mdct_tablegen.c @@ -22,7 +22,6 @@ #include #define CONFIG_HARDCODED_TABLES 0 -#define av_cold #define SINETABLE_CONST #define SINETABLE(size) \ float ff_sine_##size[size] -- cgit v1.2.3