Skip to content

Commit 82c208b

Browse files
committed
avfilter/textutils: Add missing time_internal.h
This fix build error on Windows with MSVC. We need time_internal.h for gmtime_r and localtime_r. Signed-off-by: Zhao Zhili <[email protected]>
1 parent f57f2a3 commit 82c208b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libavfilter/textutils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "libavutil/file.h"
3232
#include "libavutil/mem.h"
3333
#include "libavutil/time.h"
34+
#include "libavutil/time_internal.h"
3435

3536
static int ff_expand_text_function_internal(FFExpandTextContext *expand_text, AVBPrint *bp,
3637
char *name, unsigned argc, char **argv)

0 commit comments

Comments
 (0)