From e50967fb2b67b76e139f11206994bc0505cab76c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Feb 2021 10:16:52 +0100 Subject: [PATCH] Fix build error thinko. --- src/lib/dcp_video.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 7b529c45a..6bbd0d423 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -161,7 +161,7 @@ DCPVideo::encode_locally () ++noise_amount; /* Something's gone badly wrong if this much noise doesn't help */ - DCP_ASSERT (noise_amount < 16); + DCPOMATIC_ASSERT (noise_amount < 16); } switch (_frame->eyes()) { -- 2.30.2