summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 98c0eb33bf..1b55a34b42 100644
--- a/wscript
+++ b/wscript
@@ -712,7 +712,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',