diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-26 02:26:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-26 21:30:53 +0200 |
| commit | 2bec3708fc744c18128c5bdb4c2a332f5c8eb283 (patch) | |
| tree | e46632701e9b4201fbfd799070b37aade0ccf457 /src/lib/ffmpeg_image_proxy.cc | |
| parent | ce624e59b9dee93195d2582f7264ab398ed0d99b (diff) | |
Ignore libxml++ warnings in a nicer way.
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.cc')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_image_proxy.cc b/src/lib/ffmpeg_image_proxy.cc index db6059266..b54e29d44 100644 --- a/src/lib/ffmpeg_image_proxy.cc +++ b/src/lib/ffmpeg_image_proxy.cc @@ -25,12 +25,15 @@ #include "image.h" #include "compose.hpp" #include "util.h" +#include "warnings.h" #include <dcp/raw_convert.h> extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> } +DCPOMATIC_DISABLE_WARNINGS #include <libxml++/libxml++.h> +DCPOMATIC_ENABLE_WARNINGS #include <iostream> #include "i18n.h" |
