On Tue, 25 Nov 2014, Luca Barbato wrote:
It is required. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/configure b/configure index 7b3faae..8ad79f3 100755 --- a/configure +++ b/configure @@ -4282,7 +4282,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 -- 2.1.0
Probably ok, I don't know xcb but it seems ok. // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
