Commit 805a3b58 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20612 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7dc2df7a
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
// do not use libavutil/mathematics.h since this is compiled both // 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 // for the host and the target and config.h is only valid for the target
#include <math.h> #include <math.h>
#include "config.h"
#define TABLE_4_3_SIZE (8191 + 16)*4 #define TABLE_4_3_SIZE (8191 + 16)*4
#if CONFIG_HARDCODED_TABLES #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