OSDN Git Service

tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.
authorDiego Biurrun <diego@biurrun.de>
Sun, 5 Jun 2011 00:06:13 +0000 (01:06 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 5 Jun 2011 11:25:38 +0000 (12:25 +0100)
This fixes the build with hardcoded tables enabled.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/tableprint.h

index de355fc..ddf2635 100644 (file)
@@ -26,6 +26,8 @@
 #include <inttypes.h>
 #include <stdio.h>
 
+#include "libavutil/common.h"
+
 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
 void write_##type##_array(const type *data, int len)\
 {\