diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-27 20:26:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-27 20:26:39 +0000 |
commit | 17a73487862662c44fdb8ff00111e9b7a6623667 (patch) | |
tree | 6a2f20f31879170ef742c5bc723d273513d380b9 | |
parent | 49be3b526fc099ee568086a7ffa91bc464af8a71 (diff) | |
download | gst-plugins-bad-17a73487862662c44fdb8ff00111e9b7a6623667.tar.gz gst-plugins-bad-17a73487862662c44fdb8ff00111e9b7a6623667.tar.bz2 gst-plugins-bad-17a73487862662c44fdb8ff00111e9b7a6623667.zip |
scrub esd flags
Original commit message from CVS:
scrub esd flags
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 599e8343..03089698 100644 --- a/configure.ac +++ b/configure.ac @@ -478,6 +478,7 @@ dnl **** ESound **** translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true) GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon, [ AM_PATH_ESD(0.2.12, HAVE_ESD=yes, HAVE_ESD=no) + AS_SCRUB_INCLUDE(ESD_CFLAGS) ]) dnl **** festival **** |