summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_wrapper.cc')
-rw-r--r--src/lib/ffmpeg_wrapper.cc5
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>