new NANA_ENABLE_AUDIO to enable PCM playback

This commit is contained in:
Jinhao
2016-01-28 22:36:15 +08:00
parent 1c938a06fd
commit 8eb131e093
10 changed files with 50 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
#include <nana/audio/detail/audio_device.hpp>
#ifdef NANA_ENABLE_AUDIO
#include <nana/system/platform.hpp>
#if defined(NANA_LINUX)
@@ -235,3 +239,5 @@ namespace nana{namespace audio
}//end namespace detail
}//end namespace audio
}//end namespace nana
#endif //NANA_ENABLE_AUDIO