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:
Jaroslav Kysela 2003-03-05 19:56:55 +00:00
parent eb3bd553ea
commit 3cc4c86fb2
8 changed files with 81 additions and 46 deletions

View file

@ -2,12 +2,6 @@ SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat conf
EXTRA_DIST=Versions
COMPATNUM=@LIBTOOL_VERSION_INFO@
if HAVE_JACK
JACK_LIB = -ljack
else
JACK_LIB =
endif
lib_LTLIBRARIES = libasound.la
libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \