Fix checking of frame channels vs stream channels.
[dcpomatic.git] / src / lib / audio_point.cc
index abf8485e34f3dc997753a067ae1fe741872b83ba..1f32d25fce3e2e35bbb0ff193a37617ad1284613 100644 (file)
 
 
 #include "audio_point.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
 
 
 using std::string;