summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-04 13:47:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-04 13:47:09 +0000
commit44fe0401ffe11af9c4554e7f517a0dc00a61ab5d (patch)
tree44ff15f22b614c1c47c5fde0766864ff52eb585a /configure.ac
parent5c6958530469d5738a9d81740b93829fe70a9ccd (diff)
downloadgst-plugins-bad-44fe0401ffe11af9c4554e7f517a0dc00a61ab5d.tar.gz
gst-plugins-bad-44fe0401ffe11af9c4554e7f517a0dc00a61ab5d.tar.bz2
gst-plugins-bad-44fe0401ffe11af9c4554e7f517a0dc00a61ab5d.zip
tarkin fix
Original commit message from CVS: tarkin fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da6203cb..acd855ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -575,6 +575,14 @@ GST_CHECK_FEATURE(SMOOTHWAVE, [smoothwave plugin], smoothwave, [
if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi;
])
+dnl *** tarkin ***
+dnl for now the sources are included in the plugin
+dnl and should be moved to ext-libs/ perhaps
+translit(dnm, m, l) AM_CONDITIONAL(USE_TARKIN, true)
+GST_CHECK_FEATURE(TARKIN, [tarkinenc tarkindec], tarkin, [
+ HAVE_TARKIN="yes"
+])
+
dnl *** vorbis ***
dnl AM_PATH_VORBIS only takes two options
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)