summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-30 19:26:45 +0100
committerder richter <der.richter@gmx.de>2024-04-01 22:13:39 +0200
commit7619cceb875da939f26b02ae3e1b2f5b3d0f103c (patch)
treededa004068cdaf49add3dc8059bfaf49e80eb385 /meson.build
parentb7c5b26d35f9ba4e8776c63be69fd4aefd1afb3c (diff)
downloadmpv-7619cceb875da939f26b02ae3e1b2f5b3d0f103c.tar.bz2
mpv-7619cceb875da939f26b02ae3e1b2f5b3d0f103c.tar.xz
mac/app: rewrite App c main function, startup and termination in swift
also move main invocation into AppHub and completely delete the old Application c implementation.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a5aedb3800..c59efc0864 100644
--- a/meson.build
+++ b/meson.build
@@ -393,7 +393,6 @@ if features['cocoa']
sources += files('osdep/language-mac.c',
'osdep/path-mac.m',
'osdep/utils-mac.c',
- 'osdep/mac/application.m',
'osdep/mac/app_bridge.m')
main_fn_source = files('osdep/main-fn-mac.c')
endif