summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-19 21:25:15 +0100
committerwm4 <wm4@nowhere>2015-11-19 21:25:15 +0100
commit3245b7f275ba9bd59583bb05474619cf2817ecc2 (patch)
treeebd5e00e42f0a6c7ce109dac1ddf173e6a65b8e4 /TOOLS
parent59eb489425e69f08672df4a18ec7d022073f48dd (diff)
downloadmpv-3245b7f275ba9bd59583bb05474619cf2817ecc2.tar.bz2
mpv-3245b7f275ba9bd59583bb05474619cf2817ecc2.tar.xz
old-configure: add a missing config.h entry
Yes, the old build system still exists in-tree.
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 8c2f73aaa9..5f7a75b77d 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -975,6 +975,7 @@ cat > $TMPC << EOF
#define HAVE_VIDEOTOOLBOX_GL 0
#define HAVE_SSE4_INTRINSICS 1
#define HAVE_C11_TLS 1
+#define HAVE_EGL_ANGLE 0
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"