summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-27 19:35:12 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-27 19:35:12 +0200
commit5fc2718c509231ead7304bc9bb18a2c7c83f7c5d (patch)
tree94b20b6a584346813fb0f203d69d7602036d810e /src/lib/cross.h
parent55f8dac645e2e36575def1021bb1b92b86fb12b5 (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/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 63ae72c01..a53e85a2d 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -55,6 +55,7 @@ extern void maybe_open_console ();
#endif
extern boost::filesystem::path resources_path ();
extern boost::filesystem::path xsd_path ();
+extern boost::filesystem::path tags_path ();
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
extern void start_batch_converter ();