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/source
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-06-15 00:01:12 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-06-15 00:01:12 +0400
commitbc6761f5ef9e4201a0f34531f9855fce2be68c5e (patch)
tree5e7b98dcc59775795040aa96fa1d9c020a128466 /source
parent297329b75bf09040ab23fce8d0460d47613063f1 (diff)
BGE bug #18869: Can't create Windows runtime.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/header_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 71abed0d806..98a45de51e9 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -565,8 +565,8 @@ static void copy_game_dll(char *dll_filename, char *source_dir, char *dest_dir)
static void copy_all_game_dlls(char *str)
{
-#define GAME_DLL_COUNT 7
- char *game_dll_list[GAME_DLL_COUNT]={"gnu_gettext.dll", "libpng.dll", "libtiff.dll", "pthreadVC2.dll", "python25.dll", "SDL.dll", "zlib.dll"};
+#define GAME_DLL_COUNT 17
+ char *game_dll_list[GAME_DLL_COUNT]={"avcodec-52.dll", "avdevice-52.dll", "avformat-52.dll", "avutil-50.dll", "libfaac-0.dll", "libfaad-2.dll", "libmp3lame-0.dll", "libx264-67.dll", "swscale-0.dll", "xvidcore.dll", "gnu_gettext.dll", "libtiff.dll", "python25.dll", "SDL.dll", "pthreadVC2.dll", "libpng.dll", "zlib.dll"};
char dest_dir[FILE_MAX];
char source_dir[FILE_MAX];