diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-03 19:00:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-03 19:00:54 +0000 |
commit | bac5e890c5cab23faf6c1fc5289b91b75e479139 (patch) | |
tree | 93fb326c8acaa0ec99ee4762ecf413807516b109 | |
parent | 9228f860461b34426f61bd8fcaba5941f8449db5 (diff) | |
download | gst-plugins-bad-bac5e890c5cab23faf6c1fc5289b91b75e479139.tar.gz gst-plugins-bad-bac5e890c5cab23faf6c1fc5289b91b75e479139.tar.bz2 gst-plugins-bad-bac5e890c5cab23faf6c1fc5289b91b75e479139.zip |
festival check
Original commit message from CVS:
festival check
-rw-r--r-- | configure.ac | 5 |
1 files 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 *** |