From: Clément Bœsch <[email protected]>
Fixes Ticket #4139
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 763aaf6..dda3719 100755
--- a/configure
+++ b/configure
@@ -4299,8 +4299,8 @@ fi
check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
if ! disabled libxcb; then
- check_pkg_config xcb xcb/xcb.h xcb_connect || {
- enabled libxcb && die "ERROR: libxcb not found";
+ check_pkg_config "xcb >= 1.4" xcb/xcb.h xcb_connect || {
+ enabled libxcb && die "ERROR: libxcb >= 1.4 not found";
} && disable x11grab && enable libxcb
if enabled libxcb; then
--
1.7.10.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel