From 9a1f739d23932de679bf915cd989a4bea3ccbf9e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 13 May 2004 20:21:39 +0000 Subject: configure.ac: check for exact version of libvisual, it's not supposed to be Original commit message from CVS: * configure.ac: check for exact version of libvisual, it's not supposed to be API/ABI stable yet --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d2b78984..fb968f2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1173,12 +1173,11 @@ GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [ dnl *** libvisual *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBVISUAL, true) GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization plugins], libvisual, [ - PKG_CHECK_MODULES(LIBVISUAL, libvisual, HAVE_LIBVISUAL="yes", HAVE_LIBVISUAL="no") + PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.1.1, HAVE_LIBVISUAL="yes", HAVE_LIBVISUAL="no") AC_SUBST(LIBVISUAL_CFLAGS) AC_SUBST(LIBVISUAL_LIBS) ]) -dnl *** mad *** dnl *** mad *** dnl FIXME: we could use header checks here as well IMO translit(dnm, m, l) AM_CONDITIONAL(USE_MAD, true) -- cgit v1.2.1