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>
14 lines
466 B
Makefile
14 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# tinycompress
|
|
#
|
|
################################################################################
|
|
|
|
TINYCOMPRESS_VERSION = 1.2.8
|
|
TINYCOMPRESS_SOURCE = tinycompress-$(TINYCOMPRESS_VERSION).tar.bz2
|
|
TINYCOMPRESS_SITE = https://www.alsa-project.org/files/pub/tinycompress
|
|
TINYCOMPRESS_LICENSE = BSD-3-Clause and LGPL-2.1
|
|
TINYCOMPRESS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|