diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-03 11:26:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-03 11:26:53 +0000 |
| commit | 9d075e8e4d9751eee153c0f00fb541a4217f116b (patch) | |
| tree | 73e17ebaf60f8eafe86e0d1f627185ace63411d8 /src/lib/encoder.h | |
| parent | 2ca921e378cd32ca44c389008a60dd08dd58f6e0 (diff) | |
Try to prevent OS X from sleeping during DCP encode.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 079174f89..e0ee2d414 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -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 |
