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>2006-11-21 08:56:41 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-21 08:56:41 +0300
commit6c5c74244a12f828c16020f74ebc5189edb3c792 (patch)
treea80d74e6f47361fb22f14a1ac3780787df9804c3 /SConstruct
parentba32e1e2fa687aa59e5a6cc5f3a79077c9ca0876 (diff)
whitespace commit
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct28
1 files changed, 14 insertions, 14 deletions
diff --git a/SConstruct b/SConstruct
index cc10be55f2b..f674e0e0bd7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,20 +371,20 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
if env['WITH_BF_ICONV']:
dllsources += ['${LCGDIR}/iconv/lib/iconv.dll']
if env['WITH_BF_FFMPEG']:
- dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll',
- '${LCGDIR}/ffmpeg/lib/avformat-51.dll',
- '${LCGDIR}/ffmpeg/lib/avutil-49.dll',
- '${LCGDIR}/ffmpeg/lib/libdts.dll',
- '${LCGDIR}/ffmpeg/lib/libfaac.dll',
- '${LCGDIR}/ffmpeg/lib/libfaad.dll',
- '${LCGDIR}/ffmpeg/lib/libgsm.dll',
- '${LCGDIR}/ffmpeg/lib/libmp3lame-0.dll',
- '${LCGDIR}/ffmpeg/lib/libogg-0.dll',
- '${LCGDIR}/ffmpeg/lib/libvorbis-0.dll',
- '${LCGDIR}/ffmpeg/lib/libvorbisenc-2.dll',
- '${LCGDIR}/ffmpeg/lib/libx264-54.dll',
- '${LCGDIR}/ffmpeg/lib/postproc-51.dll',
- '${LCGDIR}/ffmpeg/lib/xvidcore.dll']
+ dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll',
+ '${LCGDIR}/ffmpeg/lib/avformat-51.dll',
+ '${LCGDIR}/ffmpeg/lib/avutil-49.dll',
+ '${LCGDIR}/ffmpeg/lib/libdts.dll',
+ '${LCGDIR}/ffmpeg/lib/libfaac.dll',
+ '${LCGDIR}/ffmpeg/lib/libfaad.dll',
+ '${LCGDIR}/ffmpeg/lib/libgsm.dll',
+ '${LCGDIR}/ffmpeg/lib/libmp3lame-0.dll',
+ '${LCGDIR}/ffmpeg/lib/libogg-0.dll',
+ '${LCGDIR}/ffmpeg/lib/libvorbis-0.dll',
+ '${LCGDIR}/ffmpeg/lib/libvorbisenc-2.dll',
+ '${LCGDIR}/ffmpeg/lib/libx264-54.dll',
+ '${LCGDIR}/ffmpeg/lib/postproc-51.dll',
+ '${LCGDIR}/ffmpeg/lib/xvidcore.dll']
windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)
allinstall += windlls