From dbabea2f23782c09106765a6791a38f6e52fc7fd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Sun, 24 Feb 2013 16:40:46 +0100 Subject: [PATCH] configure: hwaccel autodetection has been removed in 82ca17ac7a0a08784cb6808384ee237ac28e8334 If you want it back (yeah i want it back too) then you just need to volunteer to maintain the code in configure thats related to hwaccel autodetection. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 513e6a0e20d..4c5f4b3e153 100755 --- a/configure +++ b/configure @@ -142,9 +142,9 @@ Component options: Hardware accelerators: --enable-dxva2 enable DXVA2 code - --enable-vaapi enable VAAPI code [autodetect] - --enable-vda enable VDA code [autodetect] - --enable-vdpau enable VDPAU code [autodetect] + --enable-vaapi enable VAAPI code + --enable-vda enable VDA code + --enable-vdpau enable VDPAU code Individual component options: --disable-everything disable all components listed below -- GitLab