diff options
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8376c1a..91b3226 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -10,26 +10,32 @@ | |||
10 | modified: linden/indra/cmake/CopyWinLibs.cmake | 10 | modified: linden/indra/cmake/CopyWinLibs.cmake |
11 | modified: linden/install.xml | 11 | modified: linden/install.xml |
12 | 12 | ||
13 | |||
13 | * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' : | 14 | * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' : |
14 | only static const integral data members can be initialized within a class. | 15 | only static const integral data members can be initialized within a class. |
15 | 16 | ||
16 | modified: linden/indra/llaudio/audioengine_openal.cpp | 17 | modified: linden/indra/llaudio/audioengine_openal.cpp |
17 | modified: linden/indra/llaudio/audioengine_openal.h | 18 | modified: linden/indra/llaudio/audioengine_openal.h |
18 | 19 | ||
20 | |||
19 | * Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume. | 21 | * Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume. |
20 | 22 | ||
21 | modified: linden/indra/llmedia/llmediaimplgstreamer.cpp | 23 | modified: linden/indra/llmedia/llmediaimplgstreamer.cpp |
22 | 24 | ||
25 | |||
23 | * Removed bad entries from copy_win_libs. | 26 | * Removed bad entries from copy_win_libs. |
27 | * Restored zlib1.dll (not a bad entry). | ||
24 | 28 | ||
25 | modified: linden/indra/cmake/CopyWinLibs.cmake | 29 | modified: linden/indra/cmake/CopyWinLibs.cmake |
26 | 30 | ||
31 | |||
27 | * Removed old linden glib entry that was interfering. | 32 | * Removed old linden glib entry that was interfering. |
28 | * Updated windows zlib archive. | 33 | * Updated windows zlib archive. |
29 | * Updated windows iconv archive. | 34 | * Updated windows iconv archive. |
30 | 35 | ||
31 | modified: linden/install.xml | 36 | modified: linden/install.xml |
32 | 37 | ||
38 | |||
33 | * Placed the gstreamer plugins in newview where they belong. | 39 | * Placed the gstreamer plugins in newview where they belong. |
34 | 40 | ||
35 | modified: linden/indra/cmake/CopyWinLibs.cmake | 41 | modified: linden/indra/cmake/CopyWinLibs.cmake |
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index afc99d6..e10b0da 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -59,6 +59,7 @@ set(debug_files | |||
59 | libogg-0.dll | 59 | libogg-0.dll |
60 | liboil-0.3-0.dll | 60 | liboil-0.3-0.dll |
61 | libopenjpeg-2.dll | 61 | libopenjpeg-2.dll |
62 | libpng12-0.dll | ||
62 | libschroedinger-1.0-0.dll | 63 | libschroedinger-1.0-0.dll |
63 | libspeex-1.dll | 64 | libspeex-1.dll |
64 | libtheora-0.dll | 65 | libtheora-0.dll |
@@ -66,7 +67,7 @@ set(debug_files | |||
66 | libvorbisenc-2.dll | 67 | libvorbisenc-2.dll |
67 | libxml2-2.dll | 68 | libxml2-2.dll |
68 | xvidcore.dll | 69 | xvidcore.dll |
69 | libpng12-0.dll | 70 | zlib1.dll |
70 | ) | 71 | ) |
71 | 72 | ||
72 | copy_if_different( | 73 | copy_if_different( |
@@ -129,6 +130,7 @@ set(release_files | |||
129 | libogg-0.dll | 130 | libogg-0.dll |
130 | liboil-0.3-0.dll | 131 | liboil-0.3-0.dll |
131 | libopenjpeg-2.dll | 132 | libopenjpeg-2.dll |
133 | libpng12-0.dll | ||
132 | libschroedinger-1.0-0.dll | 134 | libschroedinger-1.0-0.dll |
133 | libspeex-1.dll | 135 | libspeex-1.dll |
134 | libtheora-0.dll | 136 | libtheora-0.dll |
@@ -136,7 +138,7 @@ set(release_files | |||
136 | libvorbisenc-2.dll | 138 | libvorbisenc-2.dll |
137 | libxml2-2.dll | 139 | libxml2-2.dll |
138 | xvidcore.dll | 140 | xvidcore.dll |
139 | libpng12-0.dll | 141 | zlib1.dll |
140 | ) | 142 | ) |
141 | 143 | ||
142 | copy_if_different( | 144 | copy_if_different( |