From a647e56499935a23178e72baeb29b3c9d4818f2e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 16 Apr 2022 20:25:57 +0200 Subject: [PATCH] Mention chainloading in meson introduction --- meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 8500a41b..fc4968a7 100644 --- a/meson.build +++ b/meson.build @@ -232,8 +232,10 @@ endif # # The application consists of a plugin (`libyabridge-{vst2,vst3}.so`) that calls # a Winelib application (`yabridge-{host,group}{,-32}.exe`) that can host -# Windows VST2 and VST3 plugins. More information about the way these two -# components work together can be found in `docs/architecture.md`. +# Windows VST2 and VST3 plugins. These plugins can in turn be loaded from small +# stub libraries dubbed chainloaders to avoid having to copy large plugin +# libraries around. More information about the way these two components work +# together can be found in `docs/architecture.md`. # # Generate header files for configuration variables such as the current git tag