Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src / lib / j2k_wav_encoder.h
index c8485b0bce60c132b5e341d8e8f5045e446494bb..1c2f5006590028aa503876c507173787dcd21f58 100644 (file)
 #include <vector>
 #include <boost/thread/condition.hpp>
 #include <boost/thread/mutex.hpp>
+#include <boost/thread.hpp>
 #include <sndfile.h>
 #include "encoder.h"
 
-class Server;
+class ServerDescription;
 class DCPVideoFrame;
 class Image;
 class Log;
@@ -49,7 +50,7 @@ public:
 
 private:       
 
-       void encoder_thread (Server *);
+       void encoder_thread (ServerDescription *);
        void close_sound_files ();
        void terminate_worker_threads ();