From 3a4fd712c0d010741ba49a4367de0bcd9e46cede Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 17 Aug 2009 11:39:34 +0000 Subject: [PATCH 1/1] * libjack.dll copying --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index 1dc91671a9e..dad9ef54446 100644 --- a/SConstruct +++ b/SConstruct @@ -586,6 +586,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'): '${LCGDIR}/ffmpeg/lib/libx264-67.dll', '${LCGDIR}/ffmpeg/lib/xvidcore.dll', '${LCGDIR}/ffmpeg/lib/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 -- 2.28.0