From 31f635c82931488d226cedc4ffd971d7f0dec929 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Nov 2023 00:04:18 +0100 Subject: Add method to setup LD_LIBRARY_PATH for grok. --- src/lib/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/util.h') 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 -- cgit v1.2.3