diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:59:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:59:33 +0100 |
| commit | 7bbcb5240103b4ab19a7b35cd888dd25cf56aad1 (patch) | |
| tree | d4bc99a86773ed49ec38d38029f360c1dcddc1f8 /src/lib/cross.h | |
| parent | abf7799a1997c6519c04e6488f39553d92c5df16 (diff) | |
Try to fix openssl use on Windows.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 58fa821c7..c3bb20b47 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,3 +29,4 @@ void dcpomatic_sleep (int); extern std::string cpu_info (); extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr<Log>); extern std::list<std::pair<std::string, std::string> > mount_info (); +extern boost::filesystem::path openssl_path (); |
