From ddccef68ae80bac6b4aa8583dd8e0a7c943b535c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Apr 2020 01:29:50 +0200 Subject: Add DCPOMATIC_DISK define and don't build stuff needing boost dll library if we don't need it. --- src/lib/cross.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index 20bab38a2..6d3c2bd2e 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -45,7 +45,9 @@ extern std::string cpu_info (); extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path); extern std::list > mount_info (); extern boost::filesystem::path openssl_path (); +#ifdef DCPOMATIC_DISK extern boost::filesystem::path disk_writer_path (); +#endif #ifdef DCPOMATIC_OSX extern boost::filesystem::path app_contents (); #endif -- cgit v1.2.3