Tell user we need a KDM when we have none, and content is encrypted.
[dcpomatic.git] / src / lib / ffmpeg_audio_stream.cc
index 1fc008d51a22cc5a621ea499fdf6d48d7f3528bb..32828f13a84878e3dda72ae54a997fa983ae11e1 100644 (file)
 
 #include "ffmpeg_audio_stream.h"
 #include <dcp/raw_convert.h>
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <libcxml/cxml.h>
 
 using std::string;