Recover subtitle language metadata from the places is was written
[dcpomatic.git] / src / lib / ffmpeg_subtitle_stream.cc
index da8bafc0af788a3c76328b6b7ef5a54445f2c1f1..72698fa51cc49b2a947abde2fedf87ed2d461cd8 100644 (file)
 */
 
 #include "ffmpeg_subtitle_stream.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/foreach.hpp>
 #include <iostream>