diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-25 15:08:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-25 15:08:14 +0000 |
commit | f2310b793de33161386f0017bf52b518fb5f36b3 (patch) | |
tree | 8c65c50d77d6d7c0c03314eb8af366e0d08a7776 | |
parent | 530dc5387d5a2167fb3ac6124ff978929ae2bcb1 (diff) | |
download | ffmpeg-f2310b793de33161386f0017bf52b518fb5f36b3.tar.gz |
--log=no is now --disable-logging.
Originally committed as revision 12584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -212,8 +212,8 @@ solving the problem. EOF else cat <<EOF -Rerun configure with logging enabled (do not use --log=no), and include the -log this produces with your report. +Rerun configure with logging enabled (do not use --disable-logging), and +include the log this produces with your report. EOF fi rm -f $TMPC $TMPO $TMPE $TMPS $TMPH |