From 9b9af8a80860210c6a29446f7a24795eeda9e7bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Apr 2024 22:46:08 +0200 Subject: Fix build on Centos 7 (which gives a suggested parantheses warning) --- src/ffmpeg_image.h | 3 +++ 1 file changed, 3 insertions(+) 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 } +LIBDCP_ENABLE_WARNINGS #include #include -- cgit v1.2.3