summaryrefslogtreecommitdiff
path: root/libavcodec/eaidct.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-06 16:49:32 +0300
committerMartin Storsjö <martin@martin.st>2012-08-15 22:32:06 +0300
commit1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (patch)
tree2c422621a5a9ffd2e0aac646228b186221aede2b /libavcodec/eaidct.c
parent93f257db6b818896e58c708d3c2ec4b8cb0c7b00 (diff)
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/eaidct.c')
-rw-r--r--libavcodec/eaidct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/eaidct.c b/libavcodec/eaidct.c
index 5e628b09d0..9f2d5cc6be 100644
--- a/libavcodec/eaidct.c
+++ b/libavcodec/eaidct.c
@@ -27,6 +27,7 @@
#include "dsputil.h"
#include "eaidct.h"
+#include "libavutil/common.h"
#define ASQRT 181 /* (1/sqrt(2))<<8 */
#define A4 669 /* cos(pi/8)*sqrt(2)<<9 */