include(admCheckAudioDeviceLibs)

if(USE_ALSA)
ADD_SUBDIRECTORY(Alsa)
endif(USE_ALSA)

if(USE_PULSE_SIMPLE)
ADD_SUBDIRECTORY(PulseAudioSimple)
endif(USE_PULSE_SIMPLE)

if(USE_PULSE)
ADD_SUBDIRECTORY(PulseAudio)
endif(USE_PULSE)

if(USE_ESD)
ADD_SUBDIRECTORY(Esd)
endif(USE_ESD)

if(USE_SDL)
ADD_SUBDIRECTORY(Sdl)
endif(USE_SDL)

if(USE_OSS)
ADD_SUBDIRECTORY(Oss)
endif(USE_OSS)

#if(USE_ARTS)
#ADD_SUBDIRECTORY(Arts)
#endif(USE_ARTS)

if(USE_JACK)
ADD_SUBDIRECTORY(Jack)
endif(USE_JACK)

if(APPLE)
ADD_SUBDIRECTORY(AudioCore)
endif(APPLE)

if(WIN32)
ADD_SUBDIRECTORY(Win32)
endif(WIN32)
