test/meson: explicitly specify lavf dependency

Added stubs for mp_set_avdict().
This commit is contained in:
cloud11665
2023-06-05 22:48:04 +02:00
committed by Dudemanguy
parent 695172f63e
commit b45be3d6e9
3 changed files with 6 additions and 3 deletions

View File

@@ -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