[vlc-commits] android/specific: add VLC_SYSDATA_DIR
Thomas Guillem
git at videolan.org
Fri May 18 13:27:41 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri May 18 13:04:54 2018 +0200| [8fcedf03525f1f9fc010b51c65588c2e3a18cec8] | committer: Thomas Guillem
android/specific: add VLC_SYSDATA_DIR
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fcedf03525f1f9fc010b51c65588c2e3a18cec8
---
src/android/specific.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/android/specific.c b/src/android/specific.c
index c8a0e6756e..c75b5e239d 100644
--- a/src/android/specific.c
+++ b/src/android/specific.c
@@ -308,6 +308,9 @@ char *config_GetSysPath(vlc_sysdir_t type, const char *filename)
switch (type)
{
+ case VLC_SYSDATA_DIR:
+ dir = strdup("/system/usr/share");
+ break;
case VLC_LIB_DIR:
dir = config_GetLibDir();
break;
More information about the vlc-commits
mailing list