[FFmpeg-cvslog] Fix configure --help output for some autodetected features.
Carl Eugen Hoyos
git at videolan.org
Fri May 10 10:41:57 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri May 10 09:55:15 2013 +0200| [0f05b72f19c0a07cf48c912d2a71c3fb5f7bc325] | committer: Michael Niedermayer
Fix configure --help output for some autodetected features.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f05b72f19c0a07cf48c912d2a71c3fb5f7bc325
---
configure | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure b/configure
index fbb01c9..291fb2d 100755
--- a/configure
+++ b/configure
@@ -141,10 +141,10 @@ Component options:
--disable-fft disable FFT code
Hardware accelerators:
- --enable-dxva2 enable DXVA2 code
+ --disable-dxva2 disable DXVA2 code [autodetect]
--enable-vaapi enable VAAPI code
--enable-vda enable VDA code
- --enable-vdpau enable VDPAU code
+ --disable-vdpau disable VDPAU code [autodetect]
Individual component options:
--disable-everything disable all components listed below
@@ -185,11 +185,11 @@ Individual component options:
External library support:
--enable-avisynth enable reading of AVISynth script files [no]
- --enable-bzlib enable bzlib [autodetect]
+ --disable-bzlib disable bzlib [autodetect]
--enable-fontconfig enable fontconfig
--enable-frei0r enable frei0r video filtering
--enable-gnutls enable gnutls [no]
- --enable-iconv enable iconv [autodetect]
+ --disable-iconv disable iconv [autodetect]
--enable-libaacplus enable AAC+ encoding via libaacplus [no]
--enable-libass enable libass subtitles rendering [no]
--enable-libbluray enable BluRay reading using libbluray [no]
@@ -240,7 +240,7 @@ External library support:
--enable-opencl enable OpenCL code
--enable-openssl enable openssl [no]
--enable-x11grab enable X11 grabbing [no]
- --enable-zlib enable zlib [autodetect]
+ --disable-zlib disable zlib [autodetect]
Advanced options (experts only):
--cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
More information about the ffmpeg-cvslog
mailing list