[vlc-devel] commit: loose up little xcb-xv version requirements (Ilkka Ollakka )
git version control
git at videolan.org
Thu May 14 15:51:30 CEST 2009
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu May 14 16:48:50 2009 +0300| [8e1f14148bf158e37a838da2ac04062fd2a0aca1] | committer: Ilkka Ollakka
loose up little xcb-xv version requirements
Atleast for me xcb-xv gives version 1.1 only, and vlc compiled/works
with it just fine.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e1f14148bf158e37a838da2ac04062fd2a0aca1
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 89af792..75992a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4086,7 +4086,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
VLC_ADD_PLUGIN([xcb])
AS_IF([test "${enable_xvideo}" != "no"], [
- PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
+ PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1], [
VLC_ADD_PLUGIN([xcb_xv])
])
])
More information about the vlc-devel
mailing list