diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 19:35:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 19:35:12 +0200 |
| commit | 5fc2718c509231ead7304bc9bb18a2c7c83f7c5d (patch) | |
| tree | 94b20b6a584346813fb0f203d69d7602036d810e /src/lib/util.cc | |
| parent | 55f8dac645e2e36575def1021bb1b92b86fb12b5 (diff) | |
Adapt for new libdcp (fixing large compiler resource requirements).
Also adjust Linux resource-finding code to juse look for stuff
relative to the executable's location.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 7c0d1dc4e..ac868c173 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -388,7 +388,7 @@ DCPOMATIC_ENABLE_WARNINGS #endif Pango::init (); - dcp::init (); + dcp::init (tags_path()); #if defined(DCPOMATIC_WINDOWS) || defined(DCPOMATIC_OSX) /* Render something to fontconfig to create its cache */ |
