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

@@ -1,4 +1,6 @@
#ifdef HAVE_ALSA
#include "../libsound/sound.h"
#endif
#ifdef HAVE_SDR
#include "../libsdr/sdr.h"
#endif