X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=a00fee67917c95031a038c7b14fdeec0b8d85f30;hb=89115db77729a2c99f1a09ff6a461720e16f889e;hp=00457c9681800a6950596b6cf7044418018eb587;hpb=afc495f722f89fea0bcc579046d1a5d362e36f69;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 00457c968..a00fee679 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -17,8 +17,15 @@ */ +#include + #ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) #endif +class Log; + void dcpomatic_sleep (int); +extern std::pair cpu_info (); +extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr); +extern std::list > mount_info ();