Forked from
VideoLAN / VLC
Source project has a limited visibility.
-
sys/shm.h is notoriously broken on android <= 26, cf android documentation. Remove it until we have the android API level targeted in the buildsystem. Bionic says: /** * @file sys/shm.h * @brief System V shared memory. Not useful on Android because it's disallowed by SELinux. */ and defines the functions with the following guard: #if __BIONIC_AVAILABILITY_GUARD(26)
81b108b5