summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-04 10:51:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-04 10:51:26 +0000
commit6a0b17898b0f6a3d27a365f57ee8951dc1895319 (patch)
tree53009fcd39a531ef5ff6fce5fb4b1057a936137a /configure.ac
parentdb6863917d7b2cee75a8b989b20d8d4097d96b74 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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