[vlc-devel] commit: panoramix filter needs xcb-randr 1.3 ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jun 22 19:35:38 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 22 20:35:58 2009 +0300| [1237bcf2b19a9c61ad193c43987d721db2bc6320] | committer: Rémi Denis-Courmont 

panoramix filter needs xcb-randr 1.3

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

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

diff --git a/configure.ac b/configure.ac
index 2854f14..34ed30b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4080,7 +4080,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
     ])
   ])
 
-  PKG_CHECK_MODULES(XCB_RANDR, [xcb-randr], [
+  PKG_CHECK_MODULES(XCB_RANDR, [xcb-randr >= 1.3], [
     VLC_ADD_PLUGIN([panoramix])
     VLC_ADD_LIBS([panoramix],[${XCB_RANDR_LIBS} ${XCB_LIBS}])
     VLC_ADD_CFLAGS([panoramix],[${XCB_RANDR_CFLAGS} ${XCB_CFLAGS}])




More information about the vlc-devel mailing list