mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-22 06:59:56 -05:00
Sun, 28 Nov 1999 18:42:50 +0100 (CET) mu-Law conversion plugin contains the Sun code now. Added A-Law conversion plugin.
8 lines
203 B
Makefile
8 lines
203 B
Makefile
EXTRA_LTLIBRARIES = libpcmplugin.la
|
|
|
|
libpcmplugin_la_SOURCES = block.c mmap.c stream.c linear.c interleave.c \
|
|
mulaw.c alaw.c rate.c voices.c
|
|
all: libpcmplugin.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|