summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-19 21:38:47 +0200
committerwm4 <wm4@nowhere>2015-08-19 21:38:47 +0200
commit3bceb37b0618bc5b1a95272dfca01c808d8909ed (patch)
tree89704271e45708309b3b0ce9f8f6dc62ea204fa3
parentbffd78748fb7fb1248424b1d4d2d67eb31c8762f (diff)
downloadmpv-3bceb37b0618bc5b1a95272dfca01c808d8909ed.tar.bz2
mpv-3bceb37b0618bc5b1a95272dfca01c808d8909ed.tar.xz
old-configure: avoid a warning
-rwxr-xr-xTOOLS/old-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index a4cc9d16a5..60575a8ec1 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -959,6 +959,7 @@ cat > $TMPC << EOF
#define HAVE_DRM 0
#define HAVE_VIDEOTOOLBOX_HWACCEL 0
#define HAVE_VIDEOTOOLBOX_GL 0
+#define HAVE_VIDEOTOOLBOX_VDA_GL 0
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"