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.

45 lines
1.5 KiB

  1. diff --git a/alsaloop/Makefile.am b/alsaloop/Makefile.am
  2. index 4cdf20b..0715b02 100644
  3. --- a/alsaloop/Makefile.am
  4. +++ b/alsaloop/Makefile.am
  5. @@ -1,9 +1,9 @@
  6. AM_CPPFLAGS = -I$(top_srcdir)/include
  7. LDADD = -lm
  8. AM_CFLAGS = -D_GNU_SOURCE
  9. -if HAVE_SAMPLERATE
  10. -LDADD += -lsamplerate
  11. -endif
  12. +# if HAVE_SAMPLERATE
  13. +# LDADD += -lsamplerate
  14. +# endif
  15. # LDFLAGS = -static
  16. # CFLAGS += -g -Wall
  17. diff --git a/alsaloop/Makefile.in b/alsaloop/Makefile.in
  18. index 374cbcc..25dbae3 100644
  19. --- a/alsaloop/Makefile.in
  20. +++ b/alsaloop/Makefile.in
  21. @@ -51,7 +51,7 @@ PRE_UNINSTALL = :
  22. POST_UNINSTALL = :
  23. build_triplet = @build@
  24. host_triplet = @host@
  25. -@HAVE_SAMPLERATE_TRUE@am__append_1 = -lsamplerate
  26. +# @HAVE_SAMPLERATE_TRUE@am__append_1 = -lsamplerate
  27. bin_PROGRAMS = alsaloop$(EXEEXT)
  28. subdir = alsaloop
  29. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  30. diff --git a/configure.ac b/configure.ac
  31. index 3e8f1e8..487e5de 100644
  32. --- a/configure.ac
  33. +++ b/configure.ac
  34. @@ -38,8 +38,8 @@ AC_CHECK_HEADERS([alsa/use-case.h], [have_ucm="yes"], [have_ucm="no"],
  35. [#include <alsa/asoundlib.h>])
  36. AC_CHECK_HEADERS([alsa/topology.h], [have_topology="yes"], [have_topology="no"],
  37. [#include <alsa/asoundlib.h>])
  38. -AC_CHECK_HEADERS([samplerate.h], [have_samplerate="yes"], [have_samplerate="no"],
  39. - [#include <samplerate.h>])
  40. +dnl AC_CHECK_HEADERS([samplerate.h], [have_samplerate="no"], [have_samplerate="no"],
  41. +dnl [#include <samplerate.h>])
  42. AC_CHECK_LIB([asound], [snd_seq_client_info_get_card], [HAVE_SEQ_CLIENT_INFO_GET_CARD="yes"])
  43. if test "$HAVE_SEQ_CLIENT_INFO_GET_CARD" = "yes" ; then