Make DCIMetadata class and use it.
[dcpomatic.git] / src / tools / servomatic_gui.cc
index a151658f54b3244fc87ddeeb60a7362a2ef14aee..610ba8005eb30aa5c70bac0e27e436571fa8069e 100644 (file)
@@ -23,6 +23,7 @@
 #include "wx_util.h"
 #include "lib/util.h"
 #include "lib/server.h"
+#include "lib/config.h"
 
 using namespace std;
 using namespace boost;
@@ -141,7 +142,7 @@ private:
        void main_thread ()
        {
                Server server (&memory_log);
-               server.run ();
+               server.run (Config::instance()->num_local_encoding_threads ());
        }
 
        boost::thread* _thread;