[FFmpeg-cvslog] Fix configure --help output for some autodetected features.
Carl Eugen Hoyos
git at videolan.org
Fri May 10 10:53:17 CEST 2013
ffmpeg | branch: release/1.2 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri May 10 09:55:15 2013 +0200| [33d699a4e73d5281b2cfcd0fa355c0d80241dd23] | committer: Carl Eugen Hoyos
Fix configure --help output for some autodetected features.
(cherry picked from commit 0f05b72f19c0a07cf48c912d2a71c3fb5f7bc325)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33d699a4e73d5281b2cfcd0fa355c0d80241dd23
---
configure | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure b/configure
index d557cac..e11767b 100755
--- a/configure
+++ b/configure
@@ -140,10 +140,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
@@ -184,11 +184,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]
@@ -235,7 +235,7 @@ External library support:
--enable-openal enable OpenAL 1.1 capture support [no]
--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