Hide some more FFmpeg warnings.
[dcpomatic.git] / src / lib / audio_analyser.cc
index 3caa997df139951f12f27611816e3170c78b51e4..3868e05b7196e4724e243d17acdfe78b11a476d9 100644 (file)
 #include "filter.h"
 #include "playlist.h"
 #include "types.h"
+#include "warnings.h"
 extern "C" {
 #include <leqm_nrt.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libavutil/channel_layout.h>
 #ifdef DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG
 #include <libavfilter/f_ebur128.h>
 #endif
+DCPOMATIC_ENABLE_WARNINGS
 }