summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 14:29:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 14:29:43 +0000
commitb69e24cfa09c4482f496e7b5c69f1fb54edfccb6 (patch)
tree1be8bfcffbc1d68e858b24eb795573cb60569068 /configure.ac
parent854a7e0af7f9e106ff389ba0b2d4361021639fea (diff)
downloadgst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.tar.gz
gst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.tar.bz2
gst-plugins-bad-b69e24cfa09c4482f496e7b5c69f1fb54edfccb6.zip
added hermes
Original commit message from CVS: added hermes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 6 insertions, 3 deletions
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