mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
cocoa: remove usage of Objective-C categories
Objective-C categories need special linker flags from the user when statically linking (-ObjC LDFLAG), so make everyone's life simpler and remove them.
This commit is contained in:
@@ -335,7 +335,6 @@ def build(ctx):
|
||||
( "video/filter/vf_yadif.c" ),
|
||||
( "video/out/aspect.c" ),
|
||||
( "video/out/bitmap_packer.c" ),
|
||||
( "video/out/cocoa/additions.m", "cocoa" ),
|
||||
( "video/out/cocoa/video_view.m", "cocoa" ),
|
||||
( "video/out/cocoa/events_view.m", "cocoa" ),
|
||||
( "video/out/cocoa/window.m", "cocoa" ),
|
||||
|
||||
Reference in New Issue
Block a user