mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
Added a check for gsm/gsm.h
Original commit message from CVS: Added a check for gsm/gsm.h
This commit is contained in:
parent
0d34adb92c
commit
eee30f5bc2
2 changed files with 2 additions and 0 deletions
|
@ -509,6 +509,7 @@ AC_CHECK_LIB(gsm, gsm_create,
|
|||
)
|
||||
HAVE_LIBGSM=no,
|
||||
)
|
||||
AC_CHECK_HEADER(gsm/gsm.h, :, HAVE_LIBGSM=no)
|
||||
|
||||
dnl Check for cdparanoia
|
||||
AC_MSG_CHECKING(CDparanoia library)
|
||||
|
|
|
@ -503,6 +503,7 @@ AC_CHECK_LIB(gsm, gsm_create,
|
|||
)
|
||||
HAVE_LIBGSM=no,
|
||||
)
|
||||
AC_CHECK_HEADER(gsm/gsm.h, :, HAVE_LIBGSM=no)
|
||||
|
||||
dnl Check for Hermes
|
||||
AC_MSG_CHECKING(Hermes library)
|
||||
|
|
Loading…
Reference in a new issue