properly support weak_linking AVKit when compiling under 10.9 + SDK, even when deployment can be lower, removing QTKit

This commit is contained in:
Stefan Csomor
2017-06-08 10:37:58 +02:00
parent 7453cfcbb6
commit 85a24fd4db
4 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ GCC_VERSION =
ARCHS = i386 x86_64
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework QTKit -framework Security
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework Security -weak_framework AVKit