mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
Merge commit '576c9003aef0fe18c0cf8da6e865211610552005'
* commit '576c9003aef0fe18c0cf8da6e865211610552005': configure: Improve output wording Merged-by: Clément Bœsch <cboesch@gopro.com>
This commit is contained in:
commit
6f95771046
9
configure
vendored
9
configure
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user