[vlc-commits] commit: Configure: warn is panoramix is disabled (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Sep 5 18:20:47 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep  5 18:17:35 2010 +0200| [3019d6dea9e3b091e4e362a381cb353b09011422] | committer: Jean-Baptiste Kempf 

Configure: warn is panoramix is disabled

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

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

diff --git a/configure.ac b/configure.ac
index e25c92a..1567851 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3202,7 +3202,9 @@ AS_IF([test "${enable_xcb}" != "no"], [
     VLC_ADD_PLUGIN([panoramix])
     VLC_ADD_LIBS([panoramix],[${XCB_RANDR_LIBS} ${XCB_LIBS}])
     VLC_ADD_CFLAGS([panoramix],[${XCB_RANDR_CFLAGS} ${XCB_CFLAGS}])
-  ], [true])
+  ], [
+    AC_MSG_WARN([libxcb-randr not found. Panoramix filter will not be supported.])
+  ])
 
   dnl xcb-utils
   PKG_CHECK_MODULES(XCB_KEYSYMS, [xcb-keysyms >= 0.3.4], [



More information about the vlc-commits mailing list