summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-05 22:43:51 +0200
committerwm4 <wm4@nowhere>2015-08-05 23:11:13 +0200
commit410553aaaacf9762dca00410369010fedf41d826 (patch)
treeade671d7af83519dadd22647afdb1d5ddcf03122
parent5aae68610ecca4deb65ced11af738cd7ebe444b5 (diff)
downloadmpv-410553aaaacf9762dca00410369010fedf41d826.tar.bz2
mpv-410553aaaacf9762dca00410369010fedf41d826.tar.xz
old-configure: add dummies for recently added config.h entries
Also add a note that you should not use the old build system. (It's only kept because of the "asshole maintainer" rule: no matter how broken or pointless someting is, as long as you're the maintainer and want to keep it, it stays in the repo.)
-rwxr-xr-xTOOLS/old-configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index 5751903d95..b93d35d2e2 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -4,6 +4,13 @@
# Cleanups all over the place (c) 2001 pl
# Rewritten for mpv in 2014.
#
+#
+# Warning: this is not officially supported. Use on your own risk. Might require
+# modifications when used on systems other than Linux. Contributors
+# are not expected to update these files when making changes to the
+# normal/preferred waf build system.
+#
+#
# This configure script is *not* autoconf-based and has different semantics.
# It attempts to autodetect all settings and options where possible. It is
# possible to override autodetection with the --enable-option/--disable-option
@@ -944,6 +951,8 @@ cat > $TMPC << EOF
#define HAVE_RPI_GLES 0
#define HAVE_AV_PIX_FMT_MMAL 0
#define HAVE_DRM 0
+#define HAVE_VIDEOTOOLBOX_HWACCEL 0
+#define HAVE_VIDEOTOOLBOX_GL 0
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"