You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
963 B

  1. --- a/alsaloop/Makefile.am
  2. +++ b/alsaloop/Makefile.am
  3. @@ -1,9 +1,9 @@
  4. AM_CPPFLAGS = -I$(top_srcdir)/include
  5. LDADD = -lm
  6. AM_CFLAGS = -D_GNU_SOURCE
  7. -if HAVE_SAMPLERATE
  8. -LDADD += -lsamplerate
  9. -endif
  10. +# if HAVE_SAMPLERATE
  11. +# LDADD += -lsamplerate
  12. +# endif
  13. # LDFLAGS = -static
  14. # CFLAGS += -g -Wall
  15. --- a/configure.ac
  16. +++ b/configure.ac
  17. @@ -38,8 +38,8 @@ AC_CHECK_HEADERS([alsa/use-case.h], [have_ucm="yes"], [have_ucm="no"],
  18. [#include <alsa/asoundlib.h>])
  19. AC_CHECK_HEADERS([alsa/topology.h], [have_topology="yes"], [have_topology="no"],
  20. [#include <alsa/asoundlib.h>])
  21. -AC_CHECK_HEADERS([samplerate.h], [have_samplerate="yes"], [have_samplerate="no"],
  22. - [#include <samplerate.h>])
  23. +dnl AC_CHECK_HEADERS([samplerate.h], [have_samplerate="no"], [have_samplerate="no"],
  24. +dnl [#include <samplerate.h>])
  25. AC_CHECK_LIB([asound], [snd_seq_client_info_get_card], [HAVE_SEQ_CLIENT_INFO_GET_CARD="yes"])
  26. if test "$HAVE_SEQ_CLIENT_INFO_GET_CARD" = "yes" ; then