[vlc-devel] commit: Revert "loose up little xcb-xv version requirements" ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 16 12:01:46 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 16 11:28:23 2009 +0300| [26b4a537325a19606fd6c27775cf4d411998f6e2] | committer: Rémi Denis-Courmont 

Revert "loose up little xcb-xv version requirements"

This reverts commit 8e1f14148bf158e37a838da2ac04062fd2a0aca1.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26b4a537325a19606fd6c27775cf4d411998f6e2
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index ca9c099..dd9aa11 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], [
+    PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
       VLC_ADD_PLUGIN([xcb_xv])
     ])
   ])




More information about the vlc-devel mailing list