diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-23 00:04:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:58 +0100 |
| commit | cebacd1b4f70dae7f503252d53e5a3e54c28c3dd (patch) | |
| tree | 453c0813df16f7886b17eb06e9fcb6db9cb36a8c /src/lib/config.h | |
| parent | 83d9b7f8735e8e4bc932ecbc3467eb2897fcc115 (diff) | |
Give GROK its own config changed category.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 3 |
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 }; |
