mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-01-01 11:08:40 -05:00
Merged pcm-v2 branch into main CVS tree.
This commit is contained in:
parent
4b8fda3997
commit
600dc6ae32
22 changed files with 11135 additions and 347 deletions
8
src/pcm/plugin/Makefile.am
Normal file
8
src/pcm/plugin/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
EXTRA_LTLIBRARIES = libpcmplugin.la
|
||||
|
||||
libpcmplugin_la_SOURCES = block.c mmap.c stream.c linear.c interleave.c \
|
||||
mulaw.c
|
||||
all: libpcmplugin.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue