You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
1863a3c7aa
commit
92b4abc2ad
@@ -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)\
|
||||||
{\
|
{\
|
||||||
|
Reference in New Issue
Block a user