X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=931e7d8900792612f5781fc44b0b44f494c6cf09;hb=bdbb254c18b100f8fa66a3707f6b515309d05685;hp=d9cc2d12f4b2981b48378515fcbfae8d3d15dacd;hpb=318d819afd66b76e3ea7ce728452c2fb668c0b80;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index d9cc2d12f..931e7d890 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -17,16 +17,20 @@ */ -#include #include -class Log; - -#ifdef DVDOMATIC_WINDOWS +#ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) #endif -extern void dvdomatic_sleep (int); -extern std::pair cpu_info (); +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 (); +extern boost::filesystem::path openssl_path (); +#ifdef DCPOMATIC_OSX +extern boost::filesystem::path app_contents (); +#endif +extern FILE * fopen_boost (boost::filesystem::path, std::string);