From b69e24cfa09c4482f496e7b5c69f1fb54edfccb6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 14:29:43 +0000 Subject: added hermes Original commit message from CVS: added hermes --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a5dc6002..531b70b0 100644 --- a/configure.ac +++ b/configure.ac @@ -473,9 +473,10 @@ GST_CHECK_CONFIGPROG(GNOME_VFS, gnome-config vfs) ]) dnl *** gsm *** -translit(dnm, m, l) AM_CONDITIONAL(USE_LIBGSM, true) -GST_CHECK_FEATURE(LIBGSM, [GSM library], gsmenc gsmdec, [ -GST_CHECK_LIBHEADER(LIBGSM, gsm, gsm_create, , gsm/gsm.h, LIBGSM_LIBS="-lgsm") +translit(dnm, m, l) AM_CONDITIONAL(USE_GSM, true) +GST_CHECK_FEATURE(GSM, [GSM library], gsmenc gsmdec, [ + GST_CHECK_LIBHEADER(GSM, gsm, gsm_create, , gsm/gsm.h, GSM_LIBS="-lgsm") + AC_SUBST(GSM_LIBS) ]) dnl *** Hermes *** @@ -1076,6 +1077,8 @@ ext/cdparanoia/Makefile ext/dvdread/Makefile ext/esd/Makefile ext/flac/Makefile +ext/gsm/Makefile +ext/hermes/Makefile ext/lame/Makefile ext/mad/Makefile ext/mpeg2dec/Makefile -- cgit v1.2.1