From 3df97e93882df0451563328cb4f88593d97813ce Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 11 Oct 2022 01:27:27 +0300 Subject: media-sound/zrythm: add 1.0.0_beta371, drop 1.0.0_beta341 --- .../files/zrythm-1.0.0_beta371-carla-ifdef-function.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-sound/zrythm/files/zrythm-1.0.0_beta371-carla-ifdef-function.patch (limited to 'media-sound/zrythm/files/zrythm-1.0.0_beta371-carla-ifdef-function.patch') diff --git a/media-sound/zrythm/files/zrythm-1.0.0_beta371-carla-ifdef-function.patch b/media-sound/zrythm/files/zrythm-1.0.0_beta371-carla-ifdef-function.patch new file mode 100644 index 0000000..36ac370 --- /dev/null +++ b/media-sound/zrythm/files/zrythm-1.0.0_beta371-carla-ifdef-function.patch @@ -0,0 +1,13 @@ +--- a/src/audio/engine.c ++++ b/src/audio/engine.c +@@ -1250,8 +1250,10 @@ engine_realloc_port_buffers ( + { + if (pl->setting->open_with_carla) + { ++#ifdef HAVE_CARLA + carla_native_plugin_update_buffer_size_and_sample_rate ( + pl->carla); ++#endif //HAVE_CARLA + } + else if (pl->setting->descr->protocol == PROT_LV2) + { -- cgit v1.2.3