Config.in 468 B

1234567891011121314
  1. config BR2_PACKAGE_LIBOPENAPTX
  2. bool "libopenaptx"
  3. # unconditionallly builds a shared lib
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. This is Open Source implementation of Audio Processing
  7. Technology codec (aptX) originally derived from ffmpeg 4.0
  8. project and licensed under GPLv3+. This codec is mainly used
  9. in Bluetooth A2DP profile.
  10. https://github.com/pali/libopenaptx
  11. comment "libopenaptx needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS