[FFmpeg-cvslog] build: require libxcb >= 1.4

Clément Bœsch git at videolan.org
Sat Jan 3 09:57:11 CET 2015


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Jan  3 09:52:32 2015 +0100| [cc5f5e140cdcc96a9a0574d4587b176adfb4a6ac] | committer: Clément Bœsch

build: require libxcb >= 1.4

Fixes Ticket #4139

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

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 55b941b..9be1b3e 100755
--- a/configure
+++ b/configure
@@ -5057,8 +5057,8 @@ enabled xlib &&
     check_lib X11/Xlib.h XOpenDisplay -lX11 || disable 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



More information about the ffmpeg-cvslog mailing list