From 946bd52a1d1eb561ff8bb516ef6efcd02ca3ea1e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Dec 2015 22:00:04 +0100 Subject: 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). --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') 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, }, { -- cgit v1.2.3