From 3676beeb0676b460fb20644a9ef6fbfce7c47c24 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 4 Feb 2002 10:51:26 +0000 Subject: adding tarkin to build to try building it run configure with --enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d7eb3c3b..4aab8343 100644 --- a/configure.ac +++ b/configure.ac @@ -79,9 +79,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],, [ AC_MSG_WARN(building experimental plugins) USE_SMOOTHWAVE="yes" + USE_TARKIN="yes" ],[ AC_MSG_NOTICE(not building experimental plugins) USE_SMOOTHWAVE="no" + USE_TARKIN="no" ]) dnl broken plugins; stuff that doesn't seem to build at the moment -- cgit v1.2.1