[FFmpeg-cvslog] configure: Check only for xcb
Luca Barbato
git at videolan.org
Wed Oct 29 20:49:17 CET 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Oct 28 10:43:52 2014 +0100| [a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b] | committer: Vittorio Giovara
configure: Check only for xcb
xcb-utils are not needed anymore.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 184d00c..766f9c2 100755
--- a/configure
+++ b/configure
@@ -4281,7 +4281,7 @@ fi
check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
if enabled libxcb || enabled x11grab && ! disabled libxcb; then
- check_pkg_config xcb-event xcb/xcb.h xcb_connect || {
+ check_pkg_config xcb xcb/xcb.h xcb_connect || {
enabled libxcb && die "ERROR: libxcb not found";
} && disable x11grab && enable libxcb
More information about the ffmpeg-cvslog
mailing list