Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-08-17 13:20:14 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-17 13:20:14 +0400
commitd4d94618ee98111754a99dc20b15b3a47e7b3f25 (patch)
treefb2bed437d5c3319daf67ba1c7c2952b7988669c /config/linux2-config.py
parent61b2ac04e37b59dc6feae941e43fc8256b2864ca (diff)
* Jack support should be off by default until things have been cleared up (see meeting notes 16.8.2009)
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index b642071cd2f..b8e035c72fb 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -27,7 +27,7 @@ BF_LIBSAMPLERATE_INC = '${BF_LIBSAMPLERATE}/include'
BF_LIBSAMPLERATE_LIB = 'samplerate'
BF_LIBSAMPLERATE_LIBPATH = '${BF_LIBSAMPLERATE}/lib'
-WITH_BF_JACK = True
+WITH_BF_JACK = False
BF_JACK = '/usr'
BF_JACK_INC = '${BF_JACK}/include/jack'
BF_JACK_LIB = 'jack'