[FFmpeg-cvslog] xcbgrab: Check for xcb-shape

Luca Barbato git at videolan.org
Sun Feb 15 20:49:09 CET 2015


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Nov 25 23:38:17 2014 +0100| [c23ccaf98827cffa651cec3bfa5e57457dfc9dff] | committer: Luca Barbato

xcbgrab: Check for xcb-shape

It is required.

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 149af6f..056f0f2 100755
--- a/configure
+++ b/configure
@@ -4297,7 +4297,7 @@ fi
 check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
 
 if enabled libxcb || enabled x11grab && ! disabled libxcb; then
-    check_pkg_config xcb xcb/xcb.h xcb_connect || {
+    check_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles || {
         enabled libxcb && die "ERROR: libxcb not found";
     } && disable x11grab && enable libxcb
 



More information about the ffmpeg-cvslog mailing list