[FFmpeg-cvslog] r16758 - trunk/configure
diego
subversion
Sat Jan 24 18:56:39 CET 2009
Author: diego
Date: Sat Jan 24 18:56:39 2009
New Revision: 16758
Log:
Remove --enable-static and --disable-shared from help output.
Only one of --enable or --disable should be in the help output.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Jan 24 18:49:01 2009 (r16757)
+++ trunk/configure Sat Jan 24 18:56:39 2009 (r16758)
@@ -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"
More information about the ffmpeg-cvslog
mailing list