Add DCPOMATIC_DISK define and don't build stuff needing boost dll library if we don...
[dcpomatic.git] / src / lib / cross_windows.cc
index 130086898abcd3ebb81f1932f9019ca58c8f2d21..f55e0a9c23cddaeea6f72553819c93ea207705b1 100644 (file)
@@ -198,11 +198,13 @@ openssl_path ()
        return executable_path() / "openssl.exe";
 }
 
+#ifdef DCPOMATIC_DISK
 boost::filesystem::path
 disk_writer_path ()
 {
        return executable_path() / "dcpomatic2_disk_writer.exe";
 }
+#endif
 
 /* Apparently there is no way to create an ofstream using a UTF-8
    filename under Windows.  We are hence reduced to using fopen