Config.in 683 B

123456789101112131415161718192021222324252627282930313233
  1. comment "portaudio needs a toolchain w/ threads"
  2. depends on !BR2_TOOLCHAIN_HAS_THREADS
  3. config BR2_PACKAGE_PORTAUDIO
  4. bool "portaudio"
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. help
  7. PortAudio is a free, cross-platform, open-source,
  8. audio I/O library.
  9. http://www.portaudio.com/
  10. if BR2_PACKAGE_PORTAUDIO
  11. config BR2_PACKAGE_PORTAUDIO_ALSA
  12. bool "alsa support"
  13. default y
  14. select BR2_PACKAGE_ALSA_LIB
  15. help
  16. Compile with ALSA support.
  17. config BR2_PACKAGE_PORTAUDIO_OSS
  18. bool "oss support"
  19. help
  20. Compile with OSS support.
  21. config BR2_PACKAGE_PORTAUDIO_CXX
  22. bool "C++ bindings"
  23. depends on BR2_INSTALL_LIBSTDCPP
  24. help
  25. Enables C++ bindings.
  26. endif # BR2_PACKAGE_PORTAUDIO