Bob Ham <[EMAIL PROTECTED]> wrote: > The new pcm_jack thing presents a bit of a chicken and egg problem; I > just compiled alsa-lib twice because jack depends on alsa-lib and if you > configure alsa-lib with jack support, it depends on jack. Would it be > possible for pcm_jack to be distributed seperately?
Hi Bob, That's indeed a problem I did not realize... And there is an another, related problem, which is that with binary distributions, you have to either distribute to versions, one linked against jack and one not linked against jack. The ALSA plugin's are all compiled into the library. It would indeed be nice if each plugin would be a seperate shared object. Maybe Jaroslav has concrete objections against this? Anyway, it would represent quite a bit of change to the code, which I suppose just before 0.9.0 final is not the best moment.. Another solution would be not to link against jack, but use the dynamic linker loader (dlopen, dlsym). This would require to link against libdl, but I suppose that that is okay. Maarten ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel