diff mdct_tablegen.h @ 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 aa3997d8eee7
children a1b4029b2465
line wrap: on
line diff
--- a/mdct_tablegen.h	Mon Mar 29 20:58:19 2010 +0000
+++ b/mdct_tablegen.h	Mon Mar 29 21:32:38 2010 +0000
@@ -24,6 +24,7 @@
 // do not use libavutil/mathematics.h since this is compiled both
 // for the host and the target and config.h is only valid for the target
 #include <math.h>
+#include "../libavutil/attributes.h"
 
 #if !CONFIG_HARDCODED_TABLES
 SINETABLE(  32);