From 2731cd376a982a21c793896a5ed6c0df2b65fb41 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Tue, 17 Dec 2019 14:47:55 -0800 Subject: montage: re-enable stars and pixbounce --- src/modules/montage/montage.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/modules/montage/montage.c b/src/modules/montage/montage.c index 92cf7dc..ce29d61 100644 --- a/src/modules/montage/montage.c +++ b/src/modules/montage/montage.c @@ -62,9 +62,7 @@ static void * montage_create_context(unsigned num_cpus) const rototiller_module_t *module = modules[i]; if (module == &montage_module || /* prevents recursion */ - module == rtv_module || /* also prevents recursion, rtv can run montage */ - module == pixbounce_module || /* temporarily broken in montage */ - module == stars_module) /* temporarily broken in montage */ + module == rtv_module ) /* also prevents recursion, rtv can run montage */ continue; ctxt->modules[ctxt->n_modules++] = module; -- cgit v1.2.1