mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
Remove --enable-static and --disable-shared from help output.
Only one of --enable or --disable should be in the help output. Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15396d5cd0
commit
d233d8efdd
2
configure
vendored
2
configure
vendored
@ -68,10 +68,8 @@ show_help(){
|
||||
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
|
||||
echo " --incdir=DIR install includes in DIR [PREFIX/include]"
|
||||
echo " --mandir=DIR install man page in DIR [PREFIX/share/man]"
|
||||
echo " --enable-static build static libraries [yes]"
|
||||
echo " --disable-static do not build static libraries [no]"
|
||||
echo " --enable-shared build shared libraries [no]"
|
||||
echo " --disable-shared do not build shared libraries [yes]"
|
||||
echo " --enable-gpl allow use of GPL code, the resulting libs"
|
||||
echo " and binaries will be under GPL [no]"
|
||||
echo " --enable-nonfree allow use of nonfree code, the resulting libs"
|
||||
|
Loading…
Reference in New Issue
Block a user