Give GROK its own config changed category.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Nov 2023 23:04:04 +0000 (00:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Dec 2023 01:07:38 +0000 (02:07 +0100)
src/lib/config.cc
src/lib/config.h

index 3ccbcd1395766c2b29c473884917c5bd861a0dd8..46682e11401735f5ac044407ba1b3d8f4dc88bac 100644 (file)
@@ -1687,7 +1687,7 @@ void
 Config::set_grok(Grok const& grok)
 {
        _grok = grok;
-       changed(OTHER);
+       changed(GROK);
 }
 
 #endif
index eaf85451d69c1bb452409046298e366f4ccfbf2d..2b6205be2c10d37f61c119e89ae67b7e5d752a13 100644 (file)
@@ -95,6 +95,9 @@ public:
                AUTO_CROP_THRESHOLD,
                ALLOW_SMPTE_BV20,
                ISDCF_NAME_PART_LENGTH,
+#ifdef DCPOMATIC_GROK
+               GROK,
+#endif
                OTHER
        };