buildroot/package/tinycompress/Config.in

11 lines
286 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
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