diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-03-02 14:56:05 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-03-02 14:56:05 +0100 |
commit | 9b1755bce7fd38d7e2dcccb1aef4595cde60b54e (patch) | |
tree | 8689394685a9ead29aa93b470de4c7ee204dfa10 /configure | |
parent | 84f4be424d52b05fabe0fe8cfb569c77fc0c1f7b (diff) | |
download | ffmpeg-9b1755bce7fd38d7e2dcccb1aef4595cde60b54e.tar.gz |
configure/help: consistently use "autodetect"
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -133,9 +133,9 @@ Component options: --disable-postproc disable libpostproc build --disable-avfilter disable libavfilter build --enable-avresample enable libavresample build [no] - --disable-pthreads disable pthreads [auto] - --disable-w32threads disable Win32 threads [auto] - --disable-os2threads disable OS/2 threads [auto] + --disable-pthreads disable pthreads [autodetect] + --disable-w32threads disable Win32 threads [autodetect] + --disable-os2threads disable OS/2 threads [autodetect] --disable-network disable network support [no] --disable-dct disable DCT code --disable-dwt disable DWT code @@ -255,10 +255,10 @@ External library support: --enable-libx264 enable H.264 encoding via x264 [no] --enable-libx265 enable HEVC encoding via x265 [no] --enable-libxavs enable AVS encoding via xavs [no] - --enable-libxcb enable X11 grabbing using XCB [auto] - --enable-libxcb-shm enable X11 grabbing shm communication [auto] - --enable-libxcb-xfixes enable X11 grabbing mouse rendering [auto] - --enable-libxcb-shape enable X11 grabbing shape rendering [auto] + --enable-libxcb enable X11 grabbing using XCB [autodetect] + --enable-libxcb-shm enable X11 grabbing shm communication [autodetect] + --enable-libxcb-xfixes enable X11 grabbing mouse rendering [autodetect] + --enable-libxcb-shape enable X11 grabbing shape rendering [autodetect] --enable-libxvid enable Xvid encoding via xvidcore, native MPEG-4/Xvid encoder exists [no] --enable-libzmq enable message passing via libzmq [no] |