summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-23 00:04:04 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:58 +0100
commitcebacd1b4f70dae7f503252d53e5a3e54c28c3dd (patch)
tree453c0813df16f7886b17eb06e9fcb6db9cb36a8c /src/lib/config.h
parent83d9b7f8735e8e4bc932ecbc3467eb2897fcc115 (diff)
Give GROK its own config changed category.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index f241e3819..d990068ad 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -95,6 +95,9 @@ public:
AUTO_CROP_THRESHOLD,
ALLOW_SMPTE_BV20,
ISDCF_NAME_PART_LENGTH,
+#ifdef DCPOMATIC_GROK
+ GROK,
+#endif
OTHER
};