diff options
author | Josh Blum | 2011-03-09 16:10:31 -0800 |
---|---|---|
committer | Josh Blum | 2011-03-09 16:10:31 -0800 |
commit | ef276a8ba31f920ac469b84466338e8693e43a2e (patch) | |
tree | 6ffad2d178f0339f57713eac3eb30098a6723d50 /configure.ac | |
parent | a83d1cf1518827e8b5398bcecef1c8216808ee7c (diff) | |
download | gnuradio-ef276a8ba31f920ac469b84466338e8693e43a2e.tar.gz gnuradio-ef276a8ba31f920ac469b84466338e8693e43a2e.tar.bz2 gnuradio-ef276a8ba31f920ac469b84466338e8693e43a2e.zip |
audio: added config checks for other audios, added jack and port
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
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 |