diff options
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | 4 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp index 7e2833a..32c4376 100755 --- a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp +++ b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | |||
@@ -84,7 +84,7 @@ public: | |||
84 | GstMessage *message); | 84 | GstMessage *message); |
85 | 85 | ||
86 | // basic log file writing | 86 | // basic log file writing |
87 | static bool writeToLog(char* str, ...); | 87 | static bool writeToLog(const char* str, ...); |
88 | 88 | ||
89 | private: | 89 | private: |
90 | std::string getVersion(); | 90 | std::string getVersion(); |
@@ -202,7 +202,7 @@ static char* get_gst_state_name(GstState state) | |||
202 | #endif // LL_GST_REPORT_STATE_CHANGES | 202 | #endif // LL_GST_REPORT_STATE_CHANGES |
203 | 203 | ||
204 | // static | 204 | // static |
205 | bool MediaPluginGStreamer010::writeToLog(char* str, ...) | 205 | bool MediaPluginGStreamer010::writeToLog(const char* str, ...) |
206 | { | 206 | { |
207 | LLFILE* fp = LLFile::fopen("media_plugin_gstreamer010.log", "a"); | 207 | LLFILE* fp = LLFile::fopen("media_plugin_gstreamer010.log", "a"); |
208 | 208 | ||
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 56c2410..6bca6e0 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -134,7 +134,6 @@ class ViewerManifest(LLManifest): | |||
134 | self.path("README.txt") | 134 | self.path("README.txt") |
135 | self.path("MANIFESTO.txt") | 135 | self.path("MANIFESTO.txt") |
136 | self.path("CONTRIBUTE.txt") | 136 | self.path("CONTRIBUTE.txt") |
137 | self.path("RELEASE_NOTES.txt") | ||
138 | self.path("ChangeLog.txt", required=False) | 137 | self.path("ChangeLog.txt", required=False) |
139 | self.end_prefix("../../..") | 138 | self.end_prefix("../../..") |
140 | 139 | ||