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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-08-03 16:20:07 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-08-03 16:20:07 +0400
commitaac8bab1729e55f0e77ca43373d44d614f2cb828 (patch)
tree212455dc94f0df5c828b7645cf92769e8101cc0d /build_files/buildbot/slave_compile.py
parentf1fb54e126824ff38b8bf26fa80f3f46c886bd45 (diff)
Fixing terrible typo.
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 5aa39db68f9..55e418ec733 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -126,7 +126,7 @@ else:
for lib in all_ffmpeg_libs:
ffmpeg_lib.append(lib + '.lib')
- ffmpeg_dll.append('${BF_FFMPEG_LIBPATH}/' + lib + '.lib')
+ ffmpeg_dll.append('${BF_FFMPEG_LIBPATH}/' + lib + '.dll')
scons_options.append('BF_FFMPEG=' + LCGDIR + '/ffmpeg-0.8')
scons_options.append('BF_FFMPEG_LIB=' + (' '.join(ffmpeg_lib)))