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
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user