From: Thomas Vander Stichele Date: Mon, 4 Feb 2002 13:47:09 +0000 (+0000) Subject: tarkin fix X-Git-Tag: BRANCH-EVENTS2-ROOT~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ce612f44bea3912f232fc19b670b20bcf1b49fb;p=platform%2Fupstream%2Fgst-plugins-base.git tarkin fix Original commit message from CVS: tarkin fix --- diff --git a/configure.ac b/configure.ac index da6203c..acd855f 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)