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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user