diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-27 17:31:27 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-27 17:31:27 +0000 | 
| commit | f0c897230fe28a0a6c597593b3e8a15b118c01af (patch) | |
| tree | cf54d4f26efc20d2d4d0de3c18c8abbb59aea1fe | |
| parent | 753ddd771499257297fa8dfda6749854b4b2eeb9 (diff) | |
duh, with added buildability.
| -rw-r--r-- | indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp b/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp index fb13b025c0..4c2dd64bb6 100644 --- a/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp +++ b/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp @@ -690,7 +690,7 @@ MediaPluginGStreamer010::load()  	// get a visualizer element (bonus feature!)  	char* vis_name = getenv("LL_GST_VIS_NAME"); -	if (!visname || +	if (!vis_name ||  	    (vis_name && std::string(vis_name)!="none"))  	{  		if (vis_name)  | 
