Commit 92b4abc2 authored by Diego Biurrun's avatar Diego Biurrun Committed by Mans Rullgard

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

This fixes the build with hardcoded tables enabled.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 1863a3c7
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include "libavutil/common.h"
#define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\ #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
void write_##type##_array(const type *data, int len)\ void write_##type##_array(const type *data, int len)\
{\ {\
......
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