$OpenBSD: patch-libmpv_client_h,v 1.1 2019/08/06 23:17:55 bcallah Exp $

Could not find an easy way to do this.

Index: libmpv/client.h
--- libmpv/client.h.orig
+++ libmpv/client.h
@@ -210,7 +210,7 @@ extern "C" {
  * relational operators (<, >, <=, >=).
  */
 #define MPV_MAKE_VERSION(major, minor) (((major) << 16) | (minor) | 0UL)
-#define MPV_CLIENT_API_VERSION MPV_MAKE_VERSION(1, 101)
+#define MPV_CLIENT_API_VERSION MPV_MAKE_VERSION(LMAJ, LMIN)
 
 /**
  * The API user is allowed to "#define MPV_ENABLE_DEPRECATED 0" before
