mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Moved pcm_jack plugin to src/pcm/ext directory (must be build manually).
The pcm open functions looks to /usr/lib/alsa-lib directory for plugins like jack.
This commit is contained in:
parent
eb3bd553ea
commit
3cc4c86fb2
8 changed files with 81 additions and 46 deletions
|
|
@ -1,13 +1,7 @@
|
|||
if HAVE_JACK
|
||||
JACK_LIB = -ljack
|
||||
else
|
||||
JACK_LIB =
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = aserver
|
||||
aserver_SOURCES = aserver.c
|
||||
# aserver_LDADD = -lasound
|
||||
aserver_LDADD = ../src/libasound.la $(JACK_LIB)
|
||||
aserver_LDADD = ../src/libasound.la
|
||||
|
||||
all: aserver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue