Supporters update.
[dcpomatic.git] / src / lib / environment_info.cc
index 7a8fe68bc0c88c350835859b8c87b55bffbd42e1..2e0347c79dccb78bc282f7b6f42c2cbfadea3d54 100644 (file)
 */
 
 
-#include "log.h"
 #include "compose.hpp"
-#include "version.h"
 #include "cross.h"
+#include "log.h"
+#include "version.h"
 #include <dcp/version.h>
+#include <dcp/warnings.h>
 #include <libssh/libssh.h>
+LIBDCP_DISABLE_WARNINGS
 extern "C" {
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
@@ -32,6 +34,7 @@ extern "C" {
 #include <libswscale/swscale.h>
 #include <libavutil/pixfmt.h>
 }
+LIBDCP_ENABLE_WARNINGS
 #include <boost/thread.hpp>
 
 #include "i18n.h"