summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-12-29 16:39:09 +0100
committerder richter <der.richter@gmx.de>2019-12-29 18:43:58 +0100
commit0737d842b0ec506dbaa7107d40129b0544fec669 (patch)
tree0fa69eea6d9e431f2bbe9231a86d4d11407e6d5b /wscript_build.py
parent49cbc5017cf78b2813560e631cf568f52ca4fc4c (diff)
downloadmpv-0737d842b0ec506dbaa7107d40129b0544fec669.tar.bz2
mpv-0737d842b0ec506dbaa7107d40129b0544fec669.tar.xz
build: actually remove MediaPlayer sources from build when disabled
a small oversight on my side when i added the new flag to fix an include problem for the vo_sub_opts struct.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index b1cba334da..3d772a31fb 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -174,7 +174,7 @@ def build(ctx):
( "osdep/macos/mpv_helper.swift" ),
( "osdep/macos/swift_extensions.swift" ),
( "osdep/macos/swift_compat.swift" ),
- ( "osdep/macos/remote_command_center.swift", "macos-10-12-2-features" ),
+ ( "osdep/macos/remote_command_center.swift", "macos-media-player" ),
( "video/out/cocoa-cb/events_view.swift" ),
( "video/out/cocoa-cb/video_layer.swift" ),
( "video/out/cocoa-cb/window.swift" ),