Commit 7f2f90a5 authored by diego's avatar diego

Remove --enable-static and --disable-shared from help output.

Only one of --enable or --disable should be in the help output.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16758 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c50b895
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment