mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Consolidate search/file-system paths (fixes vst builds)
Keep file-system paths and PBD::Searchpath mostly separate. This amends58c2b0a848libs/fst directly includes relevant ardour C++ code, so lib/fst must not link against libardour. The problem was that58c2b0a848introduced additional dependencies on other libardour functions.
This commit is contained in:
parent
d521c2ede6
commit
a6f8f2dd9e
6 changed files with 32 additions and 30 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#include "ardour/auditioner.h"
|
||||
#include "ardour/directory_names.h"
|
||||
#include "ardour/filename_extensions.h"
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "ardour/search_paths.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/midi_ui.h"
|
||||
#include "ardour/plugin_insert.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue