From 8825e4fe9f5423d092818eca8ce89b84edead78f Mon Sep 17 00:00:00 2001 From: waxfrenzy Date: Mon, 9 Jun 2003 08:12:47 +0000 Subject: [PATCH] Added default paths for LADSPA plugins and rdfs --- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C b/SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C index d52728c..d1dc9ab 100644 --- a/SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C +++ b/SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C @@ -75,6 +75,7 @@ LADSPAInfo::RescanPlugins(void) // Oops cerr << "WARNING: LADSPA_PATH environment variable not set" << endl; + cerr << " Assuming /usr/lib/ladspa:/usr/local/lib/ladspa" << endl; } // Extract path elements and add path @@ -102,6 +103,7 @@ LADSPAInfo::RescanPlugins(void) if (!rdf_path) { cerr << "WARNING: LADSPA_RDF_PATH environment variable not set" << endl; + cerr << " Assuming /usr/share/ladspa/rdf:/usr/local/share/ladspa/rdf" << endl; } else {