From 423df73380779bfc30d9f87cd876dcea71b75af0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 20:23:22 +0000 Subject: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Original commit message from CVS: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Add a regression test for level and fix a casting bug that made the additional channels turn out wrong --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2d2b92db..7f327b26 100644 --- a/configure.ac +++ b/configure.ac @@ -220,6 +220,12 @@ fi AC_SUBST(GST_PLUGINS_BASE_LIBS) AC_SUBST(GST_PLUGINS_BASE_CFLAGS) +PKG_CHECK_MODULES(GST_CHECK, gstreamer-check-$GST_MAJORMINOR >= $GST_REQ, + HAVE_GST_CHECK="yes", HAVE_GST_CHECK="no") + +AC_PATH_PROG(VALGRIND_PATH, valgrind, no) +AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") + dnl Determine endianness AC_C_BIGENDIAN @@ -593,6 +599,7 @@ gconf/gstreamer.schemas docs/Makefile docs/plugins/Makefile docs/version.entities +check/Makefile common/Makefile common/m4/Makefile m4/Makefile -- cgit