aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-28 13:20:05 -0700
committerMcCabe Maxsted2009-01-28 13:20:05 -0700
commit08f505ce7895f3bbad92484cd2a6050030326e6e (patch)
tree3aac16e7797ac44255997c84751f3d58dad25922 /linden/indra/newview/llappviewer.cpp
parentMerge branch 'scriptcommentfix' into 1.1.0-RC1 (diff)
downloadmeta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.zip
meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.gz
meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.bz2
meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.xz
Added GStreamer to Cmake
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);