aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-09-26 17:23:16 -0300
committerJames Almer <jamrial@gmail.com>2017-09-26 17:23:16 -0300
commit1985071e41f4df8fc693a564e25758676bba164a (patch)
tree1fbade564b49d9be96d55c952b6e6b07ddaf307e
parenta901869c19ed14c7d3647901468bd1297c9f98c0 (diff)
parenta97563c889fefd81ad6b3758471434d8c2e2e550 (diff)
downloadffmpeg-1985071e41f4df8fc693a564e25758676bba164a.tar.gz
Merge commit 'a97563c889fefd81ad6b3758471434d8c2e2e550'
* commit 'a97563c889fefd81ad6b3758471434d8c2e2e550': configure: Simplify libxcb check Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b2d87bed5e..b07cef182c 100755
--- a/configure
+++ b/configure
@@ -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"