From c6f86609c7669d27f8ebad97ea6695384e17ee12 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 17 Apr 2009 20:35:24 -0700 Subject: GST_PLUGIN_PATH should only search plugin directories for Windows --- linden/indra/llmedia/llmediaimplgstreamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/llmedia/llmediaimplgstreamer.cpp') diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index 7eb2b7b..5978ba3 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp @@ -291,10 +291,10 @@ void LLMediaImplGStreamer::set_gst_plugin_path() // But we also want to search the path the user has set, if any. std::string plugin_path = "GST_PLUGIN_PATH=" + - imp_dir + separator + #if LL_WINDOWS imp_dir + "\\lib\\gstreamer-plugins" + #elif LL_DARWIN + imp_dir + separator + imp_dir + "/../Resources/lib/gstreamer-plugins" + #endif old_plugin_path; -- cgit v1.1