summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-02-25 22:13:07 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-26 11:02:38 +0900
commit70a7d9d2c5b3531bdde1294c55d038376da91918 (patch)
treea53e52c5477c432a3c321ee565e62d7cb38be9c3 /wscript
parentcf14511b1decda11c335cadda83e132024088966 (diff)
downloadmpv-70a7d9d2c5b3531bdde1294c55d038376da91918.tar.bz2
mpv-70a7d9d2c5b3531bdde1294c55d038376da91918.tar.xz
build: move QuartzCore linking to the cocoa check
It's needed for the DisplayLink functions so it must be enabled for the basic cocoa code. (cherry picked from commit 8e80b3fd2fea8bf11abaeb108d85b2bdfbe14695)
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8f3961cf97..846273dbf8 100644
--- a/wscript
+++ b/wscript
@@ -707,7 +707,7 @@ hwaccel_features = [
'deps': [ 'gl-cocoa', 'vda-hwaccel' ],
# apparently a bug in waf causes msg= to be needed when passing only
# framework= (it probably fails to infer it)
- 'func': check_cc(msg='QuartzCore', framework='QuartzCore')
+ 'func': check_true
}, {
'name': '--vdpau-hwaccel',
'desc': 'libavcodec VDPAU hwaccel',