mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
added iecset program (this could be to alsa-utils after more
enhancements).
This commit is contained in:
parent
37b855170b
commit
2fb3e68e11
3 changed files with 514 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
check_PROGRAMS=control pcm latency seq \
|
||||
playmidi1 timer rawmidi midiloop \
|
||||
omixer code
|
||||
omixer code iecset
|
||||
|
||||
control_LDADD=../src/libasound.la
|
||||
pcm_LDADD=../src/libasound.la
|
||||
|
|
@ -12,8 +12,9 @@ rawmidi_LDADD=../src/libasound.la
|
|||
midiloop_LDADD=../src/libasound.la
|
||||
omixer_LDADD=../src/libasound.la
|
||||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
iecset_LDADD=../src/libasound.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
CFLAGS=-static -Wall -pipe -g
|
||||
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3 iecbits.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue