configure.ac: check for exact version of libvisual, it's not supposed to be
authorBenjamin Otte <otte@gnome.org>
Thu, 13 May 2004 20:21:39 +0000 (20:21 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 13 May 2004 20:21:39 +0000 (20:21 +0000)
Original commit message from CVS:
* configure.ac:
check for exact version of libvisual, it's not supposed to be
API/ABI stable yet

ChangeLog
configure.ac

index 950694390b01524ad26f4988233426ea71415f86..7e72d4ef845a4513b0ebfd4666f5bd1fb7fedf71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-13  Benjamin Otte  <otte@gnome.org>
+
+       * configure.ac:
+         check for exact version of libvisual, it's not supposed to be
+         API/ABI stable yet
+
 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
index d2b78984892a567a21ddcb3f01a01aa98b5d9271..fb968f2da2d810c94f37c9849dc2fd5b65b54607 100644 (file)
@@ -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)