From 25b095e6277ea0d03d2f3f36e755de412da962d5 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 2 Jun 2008 15:57:42 +0000 Subject: [PATCH] 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 --- src/core/config_mgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index f092fbb5b..4ca9c583c 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -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