From f3e52bd763513190de60e7f6b68c50b34ab80fee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 May 2021 19:13:04 +0200 Subject: Hide some more FFmpeg warnings. --- src/lib/filter.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/filter.cc') diff --git a/src/lib/filter.cc b/src/lib/filter.cc index 1c1039065..5631af55a 100644 --- a/src/lib/filter.cc +++ b/src/lib/filter.cc @@ -25,9 +25,12 @@ #include "filter.h" +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS extern "C" { #include } +DCPOMATIC_ENABLE_WARNINGS #include #include "i18n.h" -- cgit v1.2.3