diff options
author | James Almer <jamrial@gmail.com> | 2018-05-06 20:45:53 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-05-06 20:46:32 -0300 |
commit | 0736f32a4facddbd953977ca614a3ee6d8a6e1d7 (patch) | |
tree | 9605bfca8e2d12acaa731d771ad346c4674a141e /configure | |
parent | 652b857b94739df60b1436330ccea6bb2b7c78b3 (diff) | |
download | ffmpeg-0736f32a4facddbd953977ca614a3ee6d8a6e1d7.tar.gz |
configure: fix and simplify xlib check
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3228,8 +3228,7 @@ v4l2_outdev_suggest="libv4l2" vfwcap_indev_deps="vfw32 vfwcap_defines" xcbgrab_indev_deps="libxcb" xcbgrab_indev_suggest="libxcb_shm libxcb_shape libxcb_xfixes" -xv_outdev_deps="X11_extensions_Xvlib_h XvGetPortAttribute" -xv_outdev_extralibs="-lXv -lX11 -lXext" +xv_outdev_deps="xlib" # protocols async_protocol_deps="threads" @@ -5804,7 +5803,7 @@ check_func_headers windows.h Sleep check_func_headers windows.h VirtualAlloc check_func_headers glob.h glob enabled xlib && - check_func_headers "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext + check_lib xlib "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext check_header direct.h check_header dirent.h |