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:
Stefano Pigozzi
2014-10-12 00:14:21 +02:00
parent b9077214cf
commit 8b6b84f36b
5 changed files with 37 additions and 89 deletions

View File

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