From ef276a8ba31f920ac469b84466338e8693e43a2e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 9 Mar 2011 16:10:31 -0800 Subject: audio: added config checks for other audios, added jack and port --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 82da2b1aa..c99344285 100644 --- a/configure.ac +++ b/configure.ac @@ -368,12 +368,12 @@ GRC_GR_USRP2 GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE GRC_GR_MSDD6000 GRC_GR_AUDIO -#GRC_GR_AUDIO_ALSA -#GRC_GR_AUDIO_JACK -#GRC_GR_AUDIO_OSS -#GRC_GR_AUDIO_OSX -#GRC_GR_AUDIO_PORTAUDIO -#GRC_GR_AUDIO_WINDOWS +GRC_GR_AUDIO_ALSA +GRC_GR_AUDIO_JACK +GRC_GR_AUDIO_OSS +GRC_GR_AUDIO_OSX +GRC_GR_AUDIO_PORTAUDIO +GRC_GR_AUDIO_WINDOWS GRC_GR_ATSC GRC_GR_COMEDI GRC_GR_CVSD_VOCODER -- cgit