mirror of
https://github.com/mpv-player/mpv
synced 2025-04-17 12:54:40 +00:00
Add a note to the --help output that explains how our configure works,
especially the --enable case that is different from autoconf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15645 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bd5b237ceb
commit
8f28855b4f
5
configure
vendored
5
configure
vendored
@ -370,6 +370,11 @@ multiple paths separated by ':'):
|
|||||||
--with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config)
|
--with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config)
|
||||||
--with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config)
|
--with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config)
|
||||||
--with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config)
|
--with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config)
|
||||||
|
|
||||||
|
This configure script is NOT autoconf-based, even though its output is similar.
|
||||||
|
It will try to autodetect all configuration options. If you --enable an option
|
||||||
|
it will be forcefully turned on, skipping autodetection. This can break
|
||||||
|
compilation, so you need to know what you are doing.
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user