0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

old-configure: hide

It shouldn't be used, but it's still in the repo because I say so.
This commit is contained in:
wm4 2015-05-09 19:55:11 +02:00
parent 1f389b05fc
commit 0f063a5011
3 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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