[FFmpeg-cvslog] configure: Drop redundant and partly bogus vaapi/vdpau header checks

Diego Biurrun git at videolan.org
Sat Apr 15 19:39:45 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec  8 11:52:32 2016 +0100| [af451ac0de6776e97d6a3ff95eac257b7964002e] | committer: Diego Biurrun

configure: Drop redundant and partly bogus vaapi/vdpau header checks

These are taken care of more correctly by the library checks.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af451ac0de6776e97d6a3ff95eac257b7964002e
---

 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



More information about the ffmpeg-cvslog mailing list