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
path: root/config
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
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')
-rw-r--r--config/linux2-config.py2
-rw-r--r--config/win32-mingw-config.py2
-rw-r--r--config/win32-vc-config.py2
3 files changed, 3 insertions, 3 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'
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index d08545c1294..a7de3f6111e 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -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'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index c1946e5f24e..e9bbd42e915 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -37,7 +37,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'