summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-13 01:09:53 +0200
committerwm4 <wm4@nowhere>2014-05-13 01:09:53 +0200
commit2a2dd8aac2d68db1471bbb4fd852f85f3fcf9c24 (patch)
treec35b5447d99a6dab068ef9e0021e6d8da39bee75
parenta6762dbc16cd94e8998e07b6f2fcefbe6a43bb6d (diff)
downloadmpv-2a2dd8aac2d68db1471bbb4fd852f85f3fcf9c24.tar.bz2
mpv-2a2dd8aac2d68db1471bbb4fd852f85f3fcf9c24.tar.xz
old-build: define a new symbol
waf has a proper test, but no test was added to old-configure. This means that on OSX, old-configure is not supposed to work anymore. But still allow it to compile cleanly on OSX.
-rwxr-xr-xold-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-configure b/old-configure
index c334c7a74c..dd1f6b7dab 100755
--- a/old-configure
+++ b/old-configure
@@ -3032,6 +3032,7 @@ cat > $TMPH << EOF
/* we didn't bother to add actual config checks for this */
#define HAVE_BSD_FSTATFS 0
#define HAVE_LINUX_FSTATFS 0
+#define HAVE_VDA_AV_VDA_ALLOC_CONTEXT 0
/* system headers */
$def_mman_h