git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c1bff
)
build: require libxcb >= 1.4
author
Clément Bœsch
<u@pkh.me>
Sat, 3 Jan 2015 08:52:32 +0000
(09:52 +0100)
committer
Clément Bœsch
<u@pkh.me>
Sat, 3 Jan 2015 08:56:53 +0000
(09:56 +0100)
Fixes Ticket #4139
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
55b941b
..
9be1b3e
100755
(executable)
--- 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