X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=1fe34edbe0760d9e86f00c47a6689c61acf073a0;hb=66c0aeea73cf00ba71d650eaf8aa7dc614bc6f3f;hp=58fa821c7276aba3a96fb0a8996b6f224ca3b2e2;hpb=38cedccdb55e35c8f6b835cfb7405ab2160889e0;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 58fa821c7..1fe34edbe 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,3 +29,7 @@ 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