From 08f505ce7895f3bbad92484cd2a6050030326e6e Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 28 Jan 2009 13:20:05 -0700 Subject: Added GStreamer to Cmake --- linden/indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview') 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() char plugin_path[255]; strcpy (plugin_path,"GST_PLUGIN_PATH="); strcat (plugin_path,buffer); - strcat (plugin_path,"\\lib"); + strcat (plugin_path,"\\lib\\gstreamer-plugins"); // Place GST_PLUGIN_PATH in the environment settings for imprudence.exe putenv(plugin_path); -- cgit v1.1