diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-23 00:04:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:20:31 +0100 |
| commit | cb68d75e06df4df193d977600815185648e31ff0 (patch) | |
| tree | f5cb4e2c648c4afa7cedd7d59d87ac96769ecc17 /src/tools/dcpomatic_cli.cc | |
| parent | db5863ed0c397297cc2b401c791a664c91b9e8bf (diff) | |
Setup grok LD_LIBRARY_PATH when required (#2657).
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index e6aa09df2..c335db616 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -501,6 +501,7 @@ main (int argc, char* argv[]) #ifdef DCPOMATIC_GROK grk_plugin::setMessengerLogger(new grk_plugin::GrokLogger("[GROK] ")); + setup_grok_library_path(); #endif if (progress) { |
