summaryrefslogtreecommitdiff
path: root/src/lib/cross_osx.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-07 01:29:50 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-07 01:29:50 +0200
commitddccef68ae80bac6b4aa8583dd8e0a7c943b535c (patch)
tree754a2a40ed764d2e49bb394e971018f4b9c4f31d /src/lib/cross_osx.cc
parent5e6588090b65217e180a35bac494ede030406858 (diff)
Add DCPOMATIC_DISK define and don't build stuff needing boost dll library if we don't need it.v2.15.49
Diffstat (limited to 'src/lib/cross_osx.cc')
-rw-r--r--src/lib/cross_osx.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc
index fa12fb380..481edad0d 100644
--- a/src/lib/cross_osx.cc
+++ b/src/lib/cross_osx.cc
@@ -131,6 +131,7 @@ openssl_path ()
return path;
}
+#ifdef DCPOMATIC_DISK
boost::filesystem::path
disk_writer_path ()
{
@@ -139,6 +140,7 @@ disk_writer_path ()
path /= "dcpomatic2_disk_writer";
return path;
}
+#endif
/* Apparently there is no way to create an ofstream using a UTF-8
filename under Windows. We are hence reduced to using fopen