Module: libav Branch: master Commit: 92b4abc2ad88ac7e89a60480094b8398fe1b8dbf
Author: Diego Biurrun <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sun Jun 5 01:06:13 2011 +0100 tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS. This fixes the build with hardcoded tables enabled. Signed-off-by: Mans Rullgard <[email protected]> --- 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)\ {\ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
