diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-12 19:55:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-12 19:55:10 +0100 |
| commit | 6b81b3e6a8ac208c0941536d4388f19fb85efc72 (patch) | |
| tree | bc4ee885e7ea185eedca0c722c98971a294a90e7 /src/lib/cross.h | |
| parent | a9c598df9f78c0284f75f52bb36ff30b0bb1071c (diff) | |
Try to fix xmlsec startup on OS X.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index c3bb20b47..1fe34edbe 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -30,3 +30,6 @@ 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 (); +#ifdef DCPOMATIC_OSX +extern boost::filesystem::path app_contents (); +#endif |
