Skip to content
Snippets Groups Projects
Commit 92b4abc2 authored by Diego Biurrun's avatar Diego Biurrun Committed by Mans Rullgard
Browse files

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


This fixes the build with hardcoded tables enabled.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 1863a3c7
Branches
Tags
No related merge requests found
......@@ -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)\
{\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment