* Jack support should be off by default until things have been cleared up (see meeting notes 16.8.2009)

This commit is contained in:
Nathan Letwory
2009-08-17 09:20:14 +00:00
parent 61b2ac04e3
commit d4d94618ee
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ BF_LIBSAMPLERATE_INC = '${BF_LIBSAMPLERATE}/include'
BF_LIBSAMPLERATE_LIB = 'libsamplerate'
BF_LIBSAMPLERATE_LIBPATH = '${BF_LIBSAMPLERATE}/lib'
WITH_BF_JACK = True
WITH_BF_JACK = False
BF_JACK = LIBDIR + '/jack'
BF_JACK_INC = '${BF_JACK}/include'
BF_JACK_LIB = 'libjack'