From af451ac0de6776e97d6a3ff95eac257b7964002e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Dec 2016 11:52:32 +0100 Subject: configure: Drop redundant and partly bogus vaapi/vdpau header checks These are taken care of more correctly by the library checks. --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 165aa8075d..fc2c54aad3 100755 --- a/configure +++ b/configure @@ -2128,10 +2128,8 @@ zmbv_encoder_deps="zlib" # hardware accelerators d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder" dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode" -vaapi_deps="va_va_h" vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads" vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore" -vdpau_deps="vdpau_vdpau_h vdpau_vdpau_x11_h" h263_vaapi_hwaccel_deps="vaapi" h263_vaapi_hwaccel_select="h263_decoder" @@ -4547,8 +4545,6 @@ check_header sys/time.h check_header sys/un.h check_header unistd.h check_header valgrind/valgrind.h -check_header vdpau/vdpau.h -check_header vdpau/vdpau_x11.h check_header VideoDecodeAcceleration/VDADecoder.h check_header windows.h check_header X11/extensions/XvMClib.h -- cgit v1.2.3