Use libdcp's warnings.h
[dcpomatic.git] / src / lib / audio_analysis.cc
index b16fa708ad85d74bad44d134b2302745b4d8602c..721ffed07c6e28464ddb159877527c39c8d712db 100644 (file)
 #include "util.h"
 #include "playlist.h"
 #include "audio_content.h"
-#include "warnings.h"
 #include <dcp/raw_convert.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <stdint.h>
 #include <cmath>