Commit 154f5b5c authored by Diego Biurrun's avatar Diego Biurrun

Add required header #include to fix 'make checkheaders'.

Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4cc3f6af
......@@ -27,6 +27,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 "config.h"
#define TABLE_4_3_SIZE (8191 + 16)*4
#if CONFIG_HARDCODED_TABLES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment