summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-23 17:41:58 +0100
committerwm4 <wm4@nowhere>2014-02-23 17:41:58 +0100
commitb184c7d1e7e665730b5f1397661da02a6db1afc5 (patch)
treed23adac666883c92474398081b6ba74271410657
parent82648ff2295a70e08883082e3e67bb306bcb239a (diff)
downloadmpv-b184c7d1e7e665730b5f1397661da02a6db1afc5.tar.bz2
mpv-b184c7d1e7e665730b5f1397661da02a6db1afc5.tar.xz
old build: add a missing config.h define
The configure check was added to waf only.
-rwxr-xr-xold-configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/old-configure b/old-configure
index c26c7742cf..b438f8b33e 100755
--- a/old-configure
+++ b/old-configure
@@ -3398,6 +3398,8 @@ cat > $TMPH << EOF
#define MPLAYER_CONFDIR "$_confdir"
+/* we didn't bother to add actual config checks for this */
+#define HAVE_BSD_FSTATFS 0
/* system headers */
$def_mman_h