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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_wrapper.cc b/src/lib/ffmpeg_wrapper.cc
index dbd2dce9f..19db54140 100644
--- a/src/lib/ffmpeg_wrapper.cc
+++ b/src/lib/ffmpeg_wrapper.cc
@@ -20,12 +20,12 @@
#include "ffmpeg_wrapper.h"
-#include "warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
extern "C" {
#include <libavformat/avformat.h>
}
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
#include <new>