From a5d426c371ba02f6065a19dd9707cf248df245d5 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 18 Jan 2012 22:01:28 +0000 Subject: And define/declare the new stuff... --- include/xine.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/xine.h.in b/include/xine.h.in index 29d4da58c..422029754 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -134,6 +134,12 @@ int xine_check_version (int major, int minor, int sub) XINE_PROTECTED; */ xine_t *xine_new (void) XINE_PROTECTED; +/* allow the setting of some flags before xine_init + * FIXME-ABI: this is currently GLOBAL + */ +void xine_set_flags (xine_t *, int) XINE_PROTECTED __attribute__((weak)); +#define XINE_FLAG_NO_WRITE_CACHE 1 + /* * post_init the xine engine */ -- cgit v1.2.3