mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-24 08:56:44 -05:00
New syntax for the substituted variables - $(var).
Improved the variable substitution (all references in a string are replaced). Added special redirect loading code (to separate card dependant code to single files).
This commit is contained in:
parent
135461daeb
commit
61bf03ce70
8 changed files with 537 additions and 85 deletions
|
|
@ -53,6 +53,6 @@ AC_OUTPUT(Makefile doc/Makefile include/Makefile src/Makefile \
|
|||
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \
|
||||
src/rawmidi/Makefile src/timer/Makefile \
|
||||
src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \
|
||||
src/compat/Makefile aserver/Makefile \
|
||||
src/compat/Makefile src/cards/Makefile aserver/Makefile \
|
||||
test/Makefile utils/Makefile \
|
||||
utils/alsa-lib.spec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue