summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-23 17:59:54 +0100
committerwm4 <wm4@nowhere>2015-12-23 17:59:54 +0100
commitff520054c86898613ae58f358b8554760ef30e15 (patch)
tree52923c548dbca5b4c17ef45796f47624daba9442 /TOOLS
parent1a6f3c56ea6e7bf9928fc99469f8f5da4578f035 (diff)
downloadmpv-ff520054c86898613ae58f358b8554760ef30e15.tar.bz2
mpv-ff520054c86898613ae58f358b8554760ef30e15.tar.xz
old-configure: add a missing define
(Why am I maintaining 2 build systems?)
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 3dea7029ed..652dd1eef1 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -973,6 +973,7 @@ cat > $TMPC << EOF
#define HAVE_EGL_ANGLE 0
#define HAVE_GPL3 1
#define HAVE_WIN32 0
+#define HAVE_GL_DXINTEROP 0
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"