diff mdct_tablegen.c @ 11552:8bef88bc329d libavcodec

Include appropriate header in table generators instead of using a dummy av_cold define.
author reimar
date Mon, 29 Mar 2010 21:32:38 +0000
parents 3d011a01a6a0
children e03e3df6fb7d
line wrap: on
line diff
--- a/mdct_tablegen.c	Mon Mar 29 20:58:19 2010 +0000
+++ b/mdct_tablegen.c	Mon Mar 29 21:32:38 2010 +0000
@@ -22,7 +22,6 @@
 
 #include <stdlib.h>
 #define CONFIG_HARDCODED_TABLES 0
-#define av_cold
 #define SINETABLE_CONST
 #define SINETABLE(size) \
     float ff_sine_##size[size]