From bac5e890c5cab23faf6c1fc5289b91b75e479139 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 3 Jan 2002 19:00:54 +0000 Subject: festival check Original commit message from CVS: festival check --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 67155828..34f5878b 100644 --- a/configure.ac +++ b/configure.ac @@ -422,8 +422,9 @@ dnl **** festival **** dnl FIXME until thomas can be bothered to download the 20 MB festival sources dnl this will not go in translit(dnm, m, l) AM_CONDITIONAL(USE_FESTIVAL, true) -GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsink, [ - HAVE_FESTIVAL=no +GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [ + GST_CHECK_LIBHEADER(FESTIVAL, festival, festival_tidy_up, -lFestival, festival/festival.h, FESTIVAL_LIBS="-lFestival") + AC_SUBST(FESTIVAL_LIBS) ]) dnl *** FLAC *** -- cgit v1.2.1