Give a better reason for not referencing when there is a 2K/4K mismatch.
[dcpomatic.git] / src / lib / monitor_checker.cc
index c506cd09e342620e76b21424bb1086d30ce4f82c..19d8d8181943faaef5e58494d98b1a690c68feb5 100644 (file)
@@ -18,6 +18,8 @@
 
 */
 
+#ifdef DCPOMATIC_VARIANT_SWAROOP
+
 #include "monitor_checker.h"
 #include "config.h"
 #include "cross.h"
@@ -100,3 +102,5 @@ MonitorChecker::instance ()
 
        return _instance;
 }
+
+#endif