X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=a00fee67917c95031a038c7b14fdeec0b8d85f30;hb=9b240c6d5d4e2189401498a99f98f41d1b15ed31;hp=110660b16ea1783fec6b625d8a6748e793974e00;hpb=a3c6f3fc1a58bf7964759e82b8cba0310a53c33a;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 110660b16..a00fee679 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -17,8 +17,15 @@ */ -#ifdef DVDOMATIC_WINDOWS +#include + +#ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) #endif -void dvdomatic_sleep (int); +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 ();