1e4050b2d0
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>
15 lines
468 B
Plaintext
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
|