diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.h')
-rw-r--r-- | linden/indra/newview/llappviewer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h index 801deb1..2083a93 100644 --- a/linden/indra/newview/llappviewer.h +++ b/linden/indra/newview/llappviewer.h | |||
@@ -137,6 +137,9 @@ public: | |||
137 | void pingMainloopTimeout(const std::string& state, F32 secs = -1.0f); | 137 | void pingMainloopTimeout(const std::string& state, F32 secs = -1.0f); |
138 | 138 | ||
139 | protected: | 139 | protected: |
140 | |||
141 | void gst_plugin_path(); // Sets GST_PLUGIN_PATH environment variable for GStreamer. | ||
142 | |||
140 | virtual bool initWindow(); // Initialize the viewer's window. | 143 | virtual bool initWindow(); // Initialize the viewer's window. |
141 | virtual bool initLogging(); // Initialize log files, logging system, return false on failure. | 144 | virtual bool initLogging(); // Initialize log files, logging system, return false on failure. |
142 | virtual void initConsole() {}; // Initialize OS level debugging console. | 145 | virtual void initConsole() {}; // Initialize OS level debugging console. |
@@ -147,7 +150,6 @@ protected: | |||
147 | 150 | ||
148 | virtual std::string generateSerialNumber() = 0; // Platforms specific classes generate this. | 151 | virtual std::string generateSerialNumber() = 0; // Platforms specific classes generate this. |
149 | 152 | ||
150 | |||
151 | private: | 153 | private: |
152 | 154 | ||
153 | bool initThreads(); // Initialize viewer threads, return false on failure. | 155 | bool initThreads(); // Initialize viewer threads, return false on failure. |