1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

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.
This commit is contained in:
der richter 2019-12-29 16:39:09 +01:00
parent 49cbc5017c
commit 0737d842b0

View File

@ -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" ),