[FFmpeg-cvslog] tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS .

Diego Biurrun git at videolan.org
Mon Jun 6 03:51:49 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun  5 01:06:13 2011 +0100| [92b4abc2ad88ac7e89a60480094b8398fe1b8dbf] | committer: Mans Rullgard

tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.

This fixes the build with hardcoded tables enabled.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92b4abc2ad88ac7e89a60480094b8398fe1b8dbf
---

 libavcodec/tableprint.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/tableprint.h b/libavcodec/tableprint.h
index de355fc..ddf2635 100644
--- a/libavcodec/tableprint.h
+++ b/libavcodec/tableprint.h
@@ -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)\
 {\



More information about the ffmpeg-cvslog mailing list