diff options
author | James Almer <jamrial@gmail.com> | 2017-09-26 17:23:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-09-26 17:23:16 -0300 |
commit | 1985071e41f4df8fc693a564e25758676bba164a (patch) | |
tree | 1fbade564b49d9be96d55c952b6e6b07ddaf307e | |
parent | a901869c19ed14c7d3647901468bd1297c9f98c0 (diff) | |
parent | a97563c889fefd81ad6b3758471434d8c2e2e550 (diff) | |
download | ffmpeg-1985071e41f4df8fc693a564e25758676bba164a.tar.gz |
Merge commit 'a97563c889fefd81ad6b3758471434d8c2e2e550'
* commit 'a97563c889fefd81ad6b3758471434d8c2e2e550':
configure: Simplify libxcb check
Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3088,6 +3088,7 @@ v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h" 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" |