mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 00:02:10 +02:00
Replace Boost.Dll with our own function
Now we no longer rely on anything from Boost. Later we'll move the path detection to the very beginning of the plugin bridge initialization so it can be set from the coming chainloader libraries.
This commit is contained in:
@@ -9,6 +9,7 @@ vst2_plugin_sources = files(
|
||||
'../common/logging/common.cpp',
|
||||
'../common/logging/vst2.cpp',
|
||||
'../common/audio-shm.cpp',
|
||||
'../common/linking.cpp',
|
||||
'../common/plugins.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
@@ -80,6 +81,7 @@ vst3_plugin_sources = files(
|
||||
'../common/serialization/vst3/process-data.cpp',
|
||||
'../common/audio-shm.cpp',
|
||||
'../common/configuration.cpp',
|
||||
'../common/linking.cpp',
|
||||
'../common/plugins.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
|
||||
Reference in New Issue
Block a user