Supporters update.
[dcpomatic.git] / src / lib / ffmpeg_wrapper.cc
index aacaeaae3021dbb27477542581b267104e1dc2e2..19db5414021a99dee07b640c2e96f7728a42e843 100644 (file)
 */
 
 
+#include "ffmpeg_wrapper.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 extern "C" {
 #include <libavformat/avformat.h>
 }
-#include "ffmpeg_wrapper.h"
+LIBDCP_ENABLE_WARNINGS
 #include <new>