diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-03-31 11:01:33 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-03-31 11:02:07 +0200 |
commit | 6f957710461a78de2cc2e16d325708519f9cd0e8 (patch) | |
tree | 301590279309288bf9195a287875803e699bf36d | |
parent | adc489adc97faf959f955933d198659f6227adb5 (diff) | |
parent | 576c9003aef0fe18c0cf8da6e865211610552005 (diff) | |
download | ffmpeg-6f957710461a78de2cc2e16d325708519f9cd0e8.tar.gz |
Merge commit '576c9003aef0fe18c0cf8da6e865211610552005'
* commit '576c9003aef0fe18c0cf8da6e865211610552005':
configure: Improve output wording
Merged-by: Clément Bœsch <cboesch@gopro.com>
-rwxr-xr-x | configure | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -80,7 +80,7 @@ Standard options: --logfile=FILE log tests and output to FILE [config.log] --disable-logging do not log configure debug information --fatal-warnings fail if any configure warning is generated - --prefix=PREFIX install in PREFIX [$prefix] + --prefix=PREFIX install in PREFIX [$prefix_default] --bindir=DIR install binaries in DIR [PREFIX/bin] --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg] --docdir=DIR install documentation in DIR [PREFIX/share/doc/ffmpeg] @@ -91,7 +91,7 @@ Standard options: --pkgconfigdir=DIR install pkg-config files in DIR [LIBDIR/pkgconfig] --enable-rpath use rpath to allow installing libraries in paths not part of the dynamic linker search path - use rpath when linking programs [USE WITH CARE] + use rpath when linking programs (USE WITH CARE) --install-name-dir=DIR Darwin directory name for installed targets Licensing options: @@ -105,7 +105,7 @@ Configuration options: --disable-static do not build static libraries [no] --enable-shared build shared libraries [no] --enable-small optimize for size instead of speed - --disable-runtime-cpudetect disable detecting cpu capabilities at runtime (smaller binary) + --disable-runtime-cpudetect disable detecting CPU capabilities at runtime (smaller binary) --enable-gray enable full grayscale support (slower color) --disable-swscale-alpha disable alpha channel support in swscale --disable-all disable building components, libraries and programs @@ -6591,7 +6591,6 @@ echo "optimizations ${optimizations-no}" echo "static ${static-no}" echo "shared ${shared-no}" echo "postprocessing support ${postproc-no}" -echo "new filter support ${avfilter-no}" echo "network support ${network-no}" echo "threading support ${thread_type-no}" echo "safe bitstream reader ${safe_bitstream_reader-no}" @@ -6632,7 +6631,7 @@ done echo "License: $license" -echo "Creating config.mak, config.h, and doc/config.texi..." +echo "Creating configuration files ..." fi # test "$quiet" != "yes" |