summaryrefslogtreecommitdiffstats
path: root/osdep/mac/swift_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/swift_bridge.h')
-rw-r--r--osdep/mac/swift_bridge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/mac/swift_bridge.h b/osdep/mac/swift_bridge.h
index a32d046d9e..2c0c9a9225 100644
--- a/osdep/mac/swift_bridge.h
+++ b/osdep/mac/swift_bridge.h
@@ -49,6 +49,9 @@ static int SWIFT_MBTN9 = MP_MBTN9;
static int SWIFT_KEY_MOUSE_LEAVE = MP_KEY_MOUSE_LEAVE;
static int SWIFT_KEY_MOUSE_ENTER = MP_KEY_MOUSE_ENTER;
+static const char *swift_mpv_version = mpv_version;
+static const char *swift_mpv_copyright = mpv_copyright;
+
// only used from Swift files and therefore seen as unused by the c compiler
static void SWIFT_TARRAY_STRING_APPEND(void *t, char ***a, int *i, char *s) __attribute__ ((unused));