From 410553aaaacf9762dca00410369010fedf41d826 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Aug 2015 22:43:51 +0200 Subject: 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.) --- TOOLS/old-configure | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- cgit v1.2.3