summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-27 21:20:46 +0200
committerwm4 <wm4@nowhere>2015-09-27 21:34:11 +0200
commit1fa674c109c05e082bf0fb43be064cbdabea3327 (patch)
tree9a4c109856a68c2795680f156aa394db5ba3ca2b /TOOLS
parent710872bc22c772d1ea8eb9a0383f5755dae08698 (diff)
downloadmpv-1fa674c109c05e082bf0fb43be064cbdabea3327.tar.bz2
mpv-1fa674c109c05e082bf0fb43be064cbdabea3327.tar.xz
vo_opengl: refactor EGL context information callback
Move the ugliness from x11egl.c to common.c, so that the ugliness doesn't have to be duplicated in wayland.c.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/old-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index a55e776da3..d5826ebc55 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -966,6 +966,7 @@ cat > $TMPC << EOF
#define HAVE_VIDEOTOOLBOX_GL 0
#define HAVE_VIDEOTOOLBOX_VDA_GL 0
#define HAVE_SSE4_INTRINSICS 1
+#define HAVE_C11_TLS 1
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"