Make sound card support (Alsa) optional

This commit is contained in:
Andreas Eversberg
2018-01-21 10:43:45 +01:00
parent 0b129d3c7f
commit 4cc33c5b0d
19 changed files with 112 additions and 26 deletions

View File

@@ -22,8 +22,12 @@ SUBDIRS = \
libfilter \
libwave \
libfft \
libmncc \
libmncc
if HAVE_ALSA
SUBDIRS += \
libsound
endif
if HAVE_SDR
SUBDIRS += \