platform/vfs.c: allow relative paths in configuration

This commit is contained in:
888be1df7c6f962725a28a172a5394eec3e228e7
2019-12-22 22:38:37 +01:00
parent 5a57a409a1
commit b8c960b526
3 changed files with 33 additions and 8 deletions

View File

@ -5,6 +5,7 @@ platform_lib = static_library(
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),
shlwapi_lib,
],
sources : [
'amvideo.c',