From b45be3d6e9d1796513f1f6214ceace8d8ef027ac Mon Sep 17 00:00:00 2001 From: cloud11665 Date: Mon, 5 Jun 2023 22:48:04 +0200 Subject: test/meson: explicitly specify lavf dependency Added stubs for mp_set_avdict(). --- test/test_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_utils.h') diff --git a/test/test_utils.h b/test/test_utils.h index 7dcb32cc3b..b776dedf08 100644 --- a/test/test_utils.h +++ b/test/test_utils.h @@ -52,6 +52,8 @@ void mp_msg(struct mp_log *log, int lev, const char *format, ...) int mp_msg_find_level(const char *s); int mp_msg_level(struct mp_log *log); void mp_write_console_ansi(void); +typedef struct AVDictionary AVDictionary; +void mp_set_avdict(AVDictionary **dict, char **kv); // Windows additionally requires timer related code so it will actually // import the real versions of these functions and use them. On other -- cgit v1.2.3