kumquat-buildroot/package/libopenaptx/Config.in
Yunhao Tian 1e4050b2d0 package/libopenaptx: new package
This adds support for libopenaptx, an aptX encoder and decoder.

Signed-off-by: Yunhao Tian <t123yh.xyz@gmail.com>
[Thomas:
- drop patches that added a CMakeLists.txt and instead use the
Makefile provided by upstream.
- add !BR2_STATIC_LIBS dependency
- add entry in DEVELOPERS file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-18 10:37:05 +01:00

15 lines
468 B
Plaintext

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