I've been working for a few hours on JACK output driver. Now I'd like to
try to compile it.
JACK need some libraries to be linked in the system.
Thes can be included with:

`pkg-config --cflags --libs jack`
on the gcc command.

Also cheking for the libraries can be done with:

PKG_CHECK_MODULES(JACK, jack, HAVE_JACK=true, HAVE_JACK=false)

(Taken from JACK web site)
Now my problem is how to put those in the configure/Makefile?
Also my code has #ifdef HAVE_JACK checks, so that variable should be
defined.

Also if some one could tell me the file where the audio driver is
selected, AudioLowLevel object is instanciated that is.

It would be nice if I got it working!

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to