Hide some more FFmpeg warnings.
[dcpomatic.git] / src / lib / cross_linux.cc
index a3dbdebf2a4b9fb5e3c10a1959d0d2b5985c19c0..326e590b8b8ce7e2d3840024f06dad240f836d5f 100644 (file)
 #include "dcpomatic_log.h"
 #include "exceptions.h"
 #include "log.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
 #include <glib.h>
+DCPOMATIC_DISABLE_WARNINGS
 extern "C" {
 #include <libavformat/avio.h>
 }
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>
 #if BOOST_VERSION >= 106100
 #include <boost/dll/runtime_symbol_info.hpp>