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.

35 lines
708 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -23,10 +23,6 @@ else
  4. endif
  5. endif
  6. -if USE_APPLE_ALAC
  7. - shairport_sync_SOURCES += apple_alac.cpp
  8. -endif
  9. -
  10. if USE_CUSTOMPIDDIR
  11. AM_CFLAGS+= \
  12. -DPIDDIR=\"$(CUSTOM_PID_DIR)\"
  13. @@ -80,11 +76,6 @@ if USE_PA
  14. shairport_sync_SOURCES += audio_pa.c
  15. endif
  16. -if USE_CONVOLUTION
  17. -shairport_sync_SOURCES += FFTConvolver/AudioFFT.cpp FFTConvolver/FFTConvolver.cpp FFTConvolver/Utilities.cpp FFTConvolver/convolver.cpp
  18. -AM_CXXFLAGS += -std=c++11
  19. -endif
  20. -
  21. if USE_DNS_SD
  22. shairport_sync_SOURCES += mdns_dns_sd.c
  23. endif
  24. --- a/configure.ac
  25. +++ b/configure.ac
  26. @@ -23,7 +23,6 @@ fi
  27. # Checks for programs.
  28. AC_PROG_CC
  29. -AC_PROG_CXX
  30. AC_PROG_INSTALL
  31. PKG_PROG_PKG_CONFIG([0.9.0])