diff options
-rw-r--r-- | src/jalv.c | 1 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -777,6 +777,7 @@ main(int argc, char** argv) jalv.bpm = 120.0f; jalv.control_in = (uint32_t)-1; + suil_init(&argc, &argv, SUIL_ARG_NONE); if (jalv_init(&argc, &argv, &jalv.opts)) { return EXIT_FAILURE; } @@ -59,7 +59,7 @@ def configure(conf): autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', atleast_version='0.12.0', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', - atleast_version='0.6.0', mandatory=True) + atleast_version='0.8.7', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', atleast_version='0.6.0', mandatory=True) if Options.options.portaudio: |