From 206f8ea5b7ea695614c2e0e4ea4e6446e9983ab6 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Tue, 24 Sep 2013 10:47:28 +0200 Subject: [PATCH] Changed order between flash-producer and image-producer so that .ct files gets priority --- shell/server.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/server.cpp b/shell/server.cpp index a1233df13..2d0131c80 100644 --- a/shell/server.cpp +++ b/shell/server.cpp @@ -109,12 +109,12 @@ struct server::implementation : boost::noncopyable ogl::init(); CASPAR_LOG(info) << L"Initialized ogl module."; - image::init(); - CASPAR_LOG(info) << L"Initialized image module."; - flash::init(); CASPAR_LOG(info) << L"Initialized flash module."; + image::init(); + CASPAR_LOG(info) << L"Initialized image module."; + setup_channels(env::properties()); CASPAR_LOG(info) << L"Initialized channels."; -- 2.39.2