aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-06-05 17:48:10 -0500
committerJacek Antonelli2009-06-05 17:48:10 -0500
commitac886b945186df43dfbac163c890fcc3e7b93ce1 (patch)
treefefb7497ea9ba9ed65f6168af6aa1656b2a5f610 /linden/indra/llmedia/llmediaimplgstreamer.cpp
parentMerge branch 'revert-ctrl-d' into next-1.1 (diff)
parentFixed gstreamer windows library (diff)
downloadmeta-impy-ac886b945186df43dfbac163c890fcc3e7b93ce1.zip
meta-impy-ac886b945186df43dfbac163c890fcc3e7b93ce1.tar.gz
meta-impy-ac886b945186df43dfbac163c890fcc3e7b93ce1.tar.bz2
meta-impy-ac886b945186df43dfbac163c890fcc3e7b93ce1.tar.xz
Merge branch 'mccabe/next' into next-1.1
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer.cpp')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp
index 885ba7f..98f53ca 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.cpp
+++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp
@@ -291,10 +291,10 @@ void LLMediaImplGStreamer::set_gst_plugin_path()
291 // But we also want to search the path the user has set, if any. 291 // But we also want to search the path the user has set, if any.
292 std::string plugin_path = 292 std::string plugin_path =
293 "GST_PLUGIN_PATH=" + 293 "GST_PLUGIN_PATH=" +
294 imp_dir + separator +
295#if LL_WINDOWS 294#if LL_WINDOWS
296 imp_dir + "\\lib\\gstreamer-plugins" + 295 imp_dir + "\\lib\\gstreamer-plugins" +
297#elif LL_DARWIN 296#elif LL_DARWIN
297 imp_dir + separator +
298 imp_dir + "/../Resources/lib/gstreamer-plugins" + 298 imp_dir + "/../Resources/lib/gstreamer-plugins" +
299#endif 299#endif
300 old_plugin_path; 300 old_plugin_path;