mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
cplugin: init pfn_mpv_get_time_ns
Fixes: fcebee9080 ("libmpv: add mpv_time_ns()")
This commit is contained in:
committed by
Kacper Michajłow
parent
7e6f7b3f66
commit
83fafbfbee
@@ -331,6 +331,7 @@ static void init_sym_table(struct mp_script_args *args, void *lib) {
|
||||
INIT_SYM(mpv_create_client);
|
||||
INIT_SYM(mpv_create_weak_client);
|
||||
INIT_SYM(mpv_load_config_file);
|
||||
INIT_SYM(mpv_get_time_ns);
|
||||
INIT_SYM(mpv_get_time_us);
|
||||
INIT_SYM(mpv_free_node_contents);
|
||||
INIT_SYM(mpv_set_option);
|
||||
|
||||
Reference in New Issue
Block a user