mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-21 07:00:05 -05:00
Exported ERR macros. Completed scopes architecture. Added defaults for {pcm,ctl,rawmidi,seq}type configuration. Fixed bogus dlclose. Implemented ncurses levelmeter (temporarily placed in src/pcm/scopes)
This commit is contained in:
parent
8f3ae2cf2e
commit
46b52167df
14 changed files with 928 additions and 353 deletions
7
src/pcm/scopes/Makefile.am
Normal file
7
src/pcm/scopes/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
lib_LTLIBRARIES = liblevel.la
|
||||
|
||||
liblevel_la_SOURCES = level.c
|
||||
liblevel_la_LIBADD = -lncurses
|
||||
Loading…
Add table
Add a link
Reference in a new issue