diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 19:13:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 20:39:09 +0200 |
| commit | f3e52bd763513190de60e7f6b68c50b34ab80fee (patch) | |
| tree | f55ecf3336d47e8f759d43c0918a38f4750164e1 /src/lib/cross_linux.cc | |
| parent | 7544dc823a8d89083c8481e6dbcca095522c3097 (diff) | |
Hide some more FFmpeg warnings.v2.15.143
Diffstat (limited to 'src/lib/cross_linux.cc')
| -rw-r--r-- | src/lib/cross_linux.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index a3dbdebf2..326e590b8 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -26,11 +26,14 @@ #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> |
