kumquat-buildroot/package/tinycompress/Config.in
Julien Olivain 2f02d159bb package/tinycompress: new package
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>
2022-10-30 20:22:13 +01:00

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