summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-01 20:23:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-01 20:23:22 +0000
commit423df73380779bfc30d9f87cd876dcea71b75af0 (patch)
treed98478e6845da82b2df350fa0eba99e4943775fe /configure.ac
parent63efb534b9dadf2215e1175d0641d17c6437176a (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
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