Universal Windows Plaform (UWP) support

libmpv only. Some things are still missing.

Heavily reworked.

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Pedro Pombeiro
2017-06-27 13:50:58 +02:00
committed by wm4
parent f22d12ac51
commit 4637b029cd
11 changed files with 110 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
typedef const char *(*mp_get_platform_path_cb)(void *talloc_ctx, const char *type);
// Conforming to mp_get_platform_path_cb.
const char *mp_get_platform_path_uwp(void *talloc_ctx, const char *type);
const char *mp_get_platform_path_win(void *talloc_ctx, const char *type);
const char *mp_get_platform_path_osx(void *talloc_ctx, const char *type);
const char *mp_get_platform_path_unix(void *talloc_ctx, const char *type);