diff options
Diffstat (limited to 'src/lib/ffmpeg_wrapper.cc')
| -rw-r--r-- | src/lib/ffmpeg_wrapper.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_wrapper.cc b/src/lib/ffmpeg_wrapper.cc index aacaeaae3..dbd2dce9f 100644 --- a/src/lib/ffmpeg_wrapper.cc +++ b/src/lib/ffmpeg_wrapper.cc @@ -19,10 +19,13 @@ */ +#include "ffmpeg_wrapper.h" +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS extern "C" { #include <libavformat/avformat.h> } -#include "ffmpeg_wrapper.h" +DCPOMATIC_ENABLE_WARNINGS #include <new> |
