X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=58fa821c7276aba3a96fb0a8996b6f224ca3b2e2;hb=853b8641ee7fb8348302c0daae838c4891769b1d;hp=00457c9681800a6950596b6cf7044418018eb587;hpb=28dbf4fd074d2046a3c8ddebac9a537a80fd457a;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 00457c968..58fa821c7 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::string cpu_info (); +extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr); +extern std::list > mount_info ();