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>2010-07-19 14:15:49 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-19 14:15:49 +0400
commitf054ecd37a9f1d45faba6325b8c2cf952bbabbc4 (patch)
treec3f2f8ffe6f40110945912ff221c0f5c9b32f63b /SConstruct
parent1f8f55b3cd268eb2124ace50b455586a329c2b89 (diff)
libjack.dll not needed anymore
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 21d25f97777..acdf6182504 100644
--- a/SConstruct
+++ b/SConstruct
@@ -630,9 +630,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
'${BF_FFMPEG_LIBPATH}/avdevice-52.dll',
'${BF_FFMPEG_LIBPATH}/avutil-50.dll',
'${BF_FFMPEG_LIBPATH}/swscale-0.dll']
-
- if env['WITH_BF_JACK']:
- dllsources += ['${LCGDIR}/jack/lib/libjack.dll']
windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)
allinstall += windlls