Stop using static initialisation so that dcpomatic::write() can be called more than...
[dcpomatic.git] / src / tools / dcpomatic_disk.cc
index 1907a604522149e1b642ee84022d4ef2fea6ccb2..e4cc6c264e65df68d1e4d5c33934c853af075f83 100644 (file)
 #include "lib/signal_manager.h"
 #include "lib/util.h"
 #include "lib/version.h"
-#include "lib/warnings.h"
+#include <dcp/warnings.h>
 #include <wx/cmdline.h>
 #include <wx/wx.h>
-DCPOMATIC_DISABLE_WARNINGS
+LIBDCP_DISABLE_WARNINGS
 #include <boost/process.hpp>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #ifdef DCPOMATIC_WINDOWS
 #include <boost/process/windows.hpp>
 #endif