aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 4bb235e..acc512f 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -337,7 +337,7 @@ void LLAppViewer::gst_plugin_path()
337 char plugin_path[255]; 337 char plugin_path[255];
338 strcpy (plugin_path,"GST_PLUGIN_PATH="); 338 strcpy (plugin_path,"GST_PLUGIN_PATH=");
339 strcat (plugin_path,buffer); 339 strcat (plugin_path,buffer);
340 strcat (plugin_path,"\\lib"); 340 strcat (plugin_path,"\\lib\\gstreamer-plugins");
341 341
342 // Place GST_PLUGIN_PATH in the environment settings for imprudence.exe 342 // Place GST_PLUGIN_PATH in the environment settings for imprudence.exe
343 putenv(plugin_path); 343 putenv(plugin_path);