]> git.sesse.net Git - vlc/commitdiff
loose up little xcb-xv version requirements
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 14 May 2009 13:48:50 +0000 (16:48 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 14 May 2009 13:49:45 +0000 (16:49 +0300)
Atleast for me xcb-xv gives version 1.1 only, and vlc compiled/works
with it just fine.

configure.ac

index 89af792cd623a2de54546d78f7f662f368d16996..75992a1211daae8d4254c759e43c7e193df63dbb 100644 (file)
@@ -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])
     ])
   ])