summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rwxr-xr-xTOOLS/old-configure (renamed from old-configure)2
-rw-r--r--TOOLS/old-makefile (renamed from old-makefile)0
3 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb3dd71316..20567c1dc0 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,6 @@ To build the software you can use `./waf build`: the result of the compilation
will be located in `build/mpv`. You can use `./waf install` to install mpv
to the *prefix* after it is compiled.
-NOTE: Using the old build system (with `./old-configure`) should still work,
-but will be removed in a future version of mpv.
-
Essential dependencies (incomplete list):
- gcc or clang
diff --git a/old-configure b/TOOLS/old-configure
index a36d83e7d9..edc0dc1196 100755
--- a/old-configure
+++ b/TOOLS/old-configure
@@ -858,7 +858,7 @@ CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
# in-tree builds.
if test ! -f Makefile ; then
- ln -s old-makefile Makefile
+ ln -s TOOLS/old-makefile Makefile
fi
cat > old_build/config.mak << EOF
diff --git a/old-makefile b/TOOLS/old-makefile
index 1cbde2f31f..1cbde2f31f 100644
--- a/old-makefile
+++ b/TOOLS/old-makefile