Use libdcp's warnings.h
[dcpomatic.git] / src / lib / ffmpeg_subtitle_stream.cc
index e500dd35b6294b91c6750ae6532ef3ae0fdddca1..1101901b7f1b20a83a192129b8361f5ce4d9cba5 100644 (file)
 */
 
 #include "ffmpeg_subtitle_stream.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 <iostream>
 
 using std::string;