summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-25 23:31:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-25 23:45:13 +0200
commit3232ac4bac05ff788ece2f7344100e4431edfa87 (patch)
tree7ce43a53c87f8a4e6f12a4ed9da55736d7967648
parent860ac0a5bbbfdd7d2d16e92cb33beae346ea2a87 (diff)
configure: d3d11va is auto-detected like the others
Fix the help text accordingly Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f6c8e691c2..52448af812 100755
--- a/configure
+++ b/configure
@@ -149,7 +149,7 @@ Component options:
--disable-pixelutils disable pixel utils in libavutil
Hardware accelerators:
- --enable-d3d11va enable D3D11VA code
+ --disable-d3d11va disable D3D11VA code [autodetect]
--disable-dxva2 disable DXVA2 code [autodetect]
--disable-vaapi disable VAAPI code [autodetect]
--disable-vda disable VDA code [autodetect]