customized path to LADSPA-plugins under win32

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1049 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-02 15:57:42 +00:00
parent 7d9fa3ddaf
commit 25b095e627

View File

@@ -326,7 +326,11 @@ bool configManager::loadConfigFile( void )
if( m_ladDir == "" )
{
#ifdef BUILD_WIN32
m_ladDir = m_pluginDir + "ladspa/";
#else
m_ladDir = "/usr/lib/ladspa/:/usr/local/lib/ladspa/";
#endif
}
#ifdef HAVE_STK_H