mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:36:40 +08:00
13 lines
477 B
Diff
13 lines
477 B
Diff
diff --git a/libavfilter/textutils.c b/libavfilter/textutils.c
|
|
index ef658d0..c61b0ad 100644
|
|
--- a/libavfilter/textutils.c
|
|
+++ b/libavfilter/textutils.c
|
|
@@ -30,6 +30,7 @@
|
|
#include "libavutil/error.h"
|
|
#include "libavutil/file.h"
|
|
#include "libavutil/time.h"
|
|
+#include "libavutil/time_internal.h"
|
|
|
|
static int ff_expand_text_function_internal(FFExpandTextContext *expand_text, AVBPrint *bp,
|
|
char *name, unsigned argc, char **argv)
|