mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Switch from old to new PCM API retaining binary compatibility
Changed version to 1.0.0pre1
This commit is contained in:
parent
83bfda918e
commit
d4af763f8a
10 changed files with 209 additions and 281 deletions
|
|
@ -1,6 +1,6 @@
|
|||
check_PROGRAMS=control pcm latency seq \
|
||||
playmidi1 timer rawmidi midiloop \
|
||||
omixer code
|
||||
omixer code oldapi
|
||||
|
||||
control_LDADD=../src/libasound.la
|
||||
pcm_LDADD=../src/libasound.la
|
||||
|
|
@ -11,6 +11,7 @@ timer_LDADD=../src/libasound.la
|
|||
rawmidi_LDADD=../src/libasound.la
|
||||
midiloop_LDADD=../src/libasound.la
|
||||
omixer_LDADD=../src/libasound.la
|
||||
oldapi_LDADD=../src/libasound.la
|
||||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue