summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ffmpeg_image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ffmpeg_image.h b/src/ffmpeg_image.h
index 0850b701..44eb0db7 100644
--- a/src/ffmpeg_image.h
+++ b/src/ffmpeg_image.h
@@ -37,9 +37,12 @@
#include "types.h"
+#include "warnings.h"
+LIBDCP_DISABLE_WARNINGS
extern "C" {
#include <libavutil/frame.h>
}
+LIBDCP_ENABLE_WARNINGS
#include <algorithm>
#include <vector>