From 40c62b43a29732bc795a7b7b990b5bec4688802f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 12 Oct 2022 02:38:08 +0200 Subject: Add --use-system-mpv-config --- include/mpv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mpv.hpp b/include/mpv.hpp index 6f3b559..b4e22b3 100644 --- a/include/mpv.hpp +++ b/include/mpv.hpp @@ -11,7 +11,7 @@ public: Mpv() = default; ~Mpv(); - bool create(); + bool create(bool use_system_mpv_config); bool destroy(); bool load_file(const char *path); -- cgit v1.2.3