mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
Added a check for libxmms
Original commit message from CVS: Added a check for libxmms
This commit is contained in:
parent
55006f6367
commit
c2e4a66fc6
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ dnl =======================================
|
|||
dnl Check for libesd
|
||||
AM_PATH_ESD(0.2.12, HAVE_LIBESD=yes, HAVE_LIBESD=no)
|
||||
|
||||
AM_PATH_XMMS(0.1.0, HAVE_LIBXMMS=yes, HAVE_LIBXMMS=no)
|
||||
|
||||
dnl Check for libasound
|
||||
alsa_save_LIBS=$LIBS
|
||||
alsa_save_CFLAGS=$CFLAGS
|
||||
|
|
Loading…
Reference in a new issue