git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c1890
)
Check xcb-xv version
author
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 26 Apr 2009 18:39:21 +0000
(21:39 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sun, 26 Apr 2009 18:39:21 +0000
(21:39 +0300)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9de8781
..
c172327
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4165,7
+4165,7
@@
AS_IF([test "${enable_xcb}" != "no"], [
PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
AS_IF([test "${enable_xvideo}" != "no"], [
- PKG_CHECK_MODULES(XCB_XV, [xcb-xv], [
+ PKG_CHECK_MODULES(XCB_XV, [xcb-xv
>= 1.1.90.1
], [
VLC_ADD_PLUGIN([xcb_xv])
])
])