From 3232ac4bac05ff788ece2f7344100e4431edfa87 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 25 May 2015 23:31:51 +0200
Subject: [PATCH] configure: d3d11va is auto-detected like the others

Fix the help text accordingly

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f6c8e691c22..52448af8125 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]
-- 
GitLab