summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-23 00:04:18 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-29 21:20:31 +0100
commit402bf16eb94fa6680ceed03f899c02645de1d982 (patch)
treececc4064e92b4f14eb6964d1c0e5b995f658dd32 /src/lib/util.h
parent9c8ca7ad6c50602d30f842c0186513f9cfc7a5bb (diff)
Add method to setup LD_LIBRARY_PATH for grok.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 2d65b9214..b85cf0a33 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -98,6 +98,9 @@ extern std::string error_details(boost::system::error_code ec);
extern bool contains_assetmap(boost::filesystem::path dir);
extern std::string word_wrap(std::string input, int columns);
extern void capture_ffmpeg_logs();
+#ifdef DCPOMATIC_GROK
+extern void setup_grok_library_path();
+#endif
template <class T>