summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-12 21:17:09 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-12 21:17:09 +0100
commita1dfa9a33c72c1e9534593bc37de636fd7ddd28e (patch)
tree001f4fd68e7aaaeaa01afeef6569e45fe0e81837 /src/lib/cross.h
parent6baf89931d836f112ea275ea2d6d3b1547efdd45 (diff)
Try to fix windows build failure (#1071).
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 9fac7e643..02839eb68 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -35,6 +35,7 @@
#endif
class Log;
+struct AVIOContext;
void dcpomatic_sleep (int);
extern std::string cpu_info ();
@@ -49,6 +50,7 @@ extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
extern void start_batch_converter (boost::filesystem::path dcpomatic);
extern uint64_t thread_id ();
+extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags);
/** @class Waker
* @brief A class which tries to keep the computer awake on various operating systems.