Try to prevent ffmpeg shared build for Linux as it fails to link statically to libsoxr.
[dcpomatic.git] / src / lib / job_manager.h
index b946c1a98e0836893eb758b2d19554d4643871e2..3cd8be6d67e21207caaeb86cb25d57943ac87b57 100644 (file)
@@ -51,11 +51,12 @@ public:
 private:
        /* This function is part of the test suite */
        friend void ::wait_for_jobs ();
-       
+
        JobManager ();
        ~JobManager ();
        void scheduler ();
-       
+       void start ();
+
        mutable boost::mutex _mutex;
        std::list<boost::shared_ptr<Job> > _jobs;
        bool _terminate;