2f02d159bb
tinycompress is a library for compress audio offload in alsa. It also contains the "cplay" and "crecord" programs. tinycompress is part of the ALSA project. https://www.alsa-project.org/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
config BR2_PACKAGE_TINYCOMPRESS
|
|
bool "tinycompress"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
help
|
|
tinycompress is a library for compress audio offload in alsa.
|
|
|
|
https://www.alsa-project.org/
|
|
|
|
comment "tinycompress needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|