vlc/modules/keystore
Alexandre Janniaux c65493d689 modules: split android_env from android_utils
android_utils depends on GLES2_LIBS and EGL_LIBS, but it isn't forwarded
correctly from the convenience library. In particlar, it contains mostly
video-related code, and some helpers for the android environment state,
which is why the non-video code is using the utils library.

Move the code in a separate convenience library so that it can be
imported without constraints.
2023-03-15 15:30:09 +01:00
..
Makefile.am modules: split android_env from android_utils 2023-03-15 15:30:09 +01:00
file.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
file_crypt.h keystore: Add a win32 crypt_file implementation 2016-11-09 13:28:39 +01:00
file_crypt_android.c modules: split android_env from android_utils 2023-03-15 15:30:09 +01:00
file_crypt_win32.c keystore: CryptUnprotectData is officially found in dpapi.h 2018-03-28 15:01:14 +02:00
keychain.m plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
kwallet.c kwallet: fix password search for password with either a realm or authtype 2022-09-17 13:45:53 +00:00
list_util.c keystore/memory: move list util into a seperate file 2016-02-26 10:57:34 +01:00
list_util.h keystore/memory: move list util into a seperate file 2016-02-26 10:57:34 +01:00
memory.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
meson.build meson: add initial meson build system 2023-01-04 14:48:39 +00:00
secret.c secret: cache check_service_running() 2022-06-30 12:14:54 +00:00