mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
cleaned up gsm test
Original commit message from CVS: cleaned up gsm test
This commit is contained in:
parent
a105028066
commit
31fe57ee49
1 changed files with 1 additions and 5 deletions
|
@ -509,12 +509,8 @@ 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" LIBGSM_CFLAGS="-DGSM_HEADER_IN_SUBDIR")
|
||||
GST_CHECK_LIBHEADER(LIBGSM, gsm, gsm_create, , gsm/gsm.h, LIBGSM_LIBS="-lgsm")
|
||||
])
|
||||
dnl FIXME: this should be done somewhere in the functions, but it doesn't
|
||||
dnl seem to be happening
|
||||
AC_SUBST(LIBGSM_LIBS)
|
||||
AC_SUBST(LIBGSM_CFLAGS)
|
||||
|
||||
dnl *** Hermes ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBHERMES, true)
|
||||
|
|
Loading…
Reference in a new issue