mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
cocoa: allow to disable apple remote at compile time
Actually doesn't remove the related flags so that one can still pass the option with the option doing nothing.
This commit is contained in:
@@ -382,7 +382,7 @@ def build(ctx):
|
||||
( timer_c ),
|
||||
( "osdep/threads.c" ),
|
||||
|
||||
( "osdep/ar/HIDRemote.m", "cocoa" ),
|
||||
( "osdep/ar/HIDRemote.m", "apple-remote" ),
|
||||
( "osdep/macosx_application.m", "cocoa-application" ),
|
||||
( "osdep/macosx_events.m", "cocoa" ),
|
||||
( "osdep/semaphore_osx.c" ),
|
||||
|
||||
Reference in New Issue
Block a user