summaryrefslogtreecommitdiffstats
path: root/waftools
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2017-09-18 20:25:34 +0300
committerJan Ekström <jeebjp@gmail.com>2017-09-18 20:28:46 +0300
commitf4c80d44021dd917aee64f58b0e2a79f20610057 (patch)
tree646a89c7a3cadfc90c7bc484c246413f9b80ee21 /waftools
parent8810c1fc050347e1bef0d3eb89edd30c8e840648 (diff)
downloadmpv-f4c80d44021dd917aee64f58b0e2a79f20610057.tar.bz2
mpv-f4c80d44021dd917aee64f58b0e2a79f20610057.tar.xz
osdep/io: add android related bullshit
This fixes >2GiB files with at least API level 21. See: https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md for the gritty details. * Based on libavformat's things, except we do not care about API versions or NDKs without unistd.h, which contains all sorts of things that we utilize. * Redefines lseek to always point to the 64bit version. * Redefines fseeko to always point towards an inlined static implementation that utilizes the 64bit version of lseek underneath.
Diffstat (limited to 'waftools')
0 files changed, 0 insertions, 0 deletions