summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-23 22:00:04 +0100
committerwm4 <wm4@nowhere>2015-12-23 22:00:04 +0100
commit946bd52a1d1eb561ff8bb516ef6efcd02ca3ea1e (patch)
tree0f813e0f4d14eeb67415af34d3d8b1decf07fe2a /wscript
parent25497226cf9c11249230579f5f768ca9b186c090 (diff)
downloadmpv-946bd52a1d1eb561ff8bb516ef6efcd02ca3ea1e.tar.bz2
mpv-946bd52a1d1eb561ff8bb516ef6efcd02ca3ea1e.tar.xz
vo_opengl: fall back to gcc thread local storage (2)
Commit 1a6f3c56 added a fallback for the case when C11 TLS was not available, but GCC TLS was. But it forget to enable VAAPI EGL interop in the build system in this case. Just remove the build system check. Should someone find a compiler that works on Linux and does not support GCC extensions or C11, it will still compile and just fail to init at runtime. Actually fixes #2631 (hopefully).
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 00a67009a8..0defd74a9c 100644
--- a/wscript
+++ b/wscript
@@ -712,7 +712,6 @@ video_output_features = [
}, {
'name': 'vaapi-egl',
'desc': 'VAAPI EGL',
- 'deps': [ 'c11-tls' ], # indirectly
'deps_any': [ 'vaapi-x-egl', 'vaapi-wayland' ],
'func': check_true,
}, {