Merge branch '2.0' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic into 2.0
[dcpomatic.git] / src / lib / encoder.h
index 079174f89c96be258109ea339d97076261b3bc7e..e0ee2d41480f3fbf7b413cf0e974a96a4967c735 100644 (file)
@@ -37,6 +37,7 @@ extern "C" {
 }
 #include "util.h"
 #include "config.h"
+#include "cross.h"
 
 class Image;
 class AudioBuffers;
@@ -113,6 +114,7 @@ private:
        boost::condition _condition;
 
        boost::shared_ptr<Writer> _writer;
+       Waker _waker;
 };
 
 #endif