mirror of https://github.com/mpv-player/mpv
old-configure: hide
It shouldn't be used, but it's still in the repo because I say so.
This commit is contained in:
parent
1f389b05fc
commit
0f063a5011
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue