vlc | branch: master | Thomas Guillem <tho...@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;

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to