mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
test/meson: explicitly specify lavf dependency
Added stubs for mp_set_avdict().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user