Xrasher/3rdparty/opusfile
Alibek Omarov 6b6d3b3770 3rdparty: opusfile: wscript: hack building on Android with API level lower than 24
In API level 21 **and** _FILE_OFFSET_BITS == 64 we don't get fseeko/ftello functions.
To avoid increasing API level, just set _FILE_OFFSET_BITS to some bogus value.
Undefining it doesn't work as opusfile sets it to 64 automatically.
2024-12-02 21:28:36 +03:00
..
opusfile@3ecc22aa0a 3rdparty: added libopusfile submodule 2024-12-02 20:36:33 +03:00
wscript 3rdparty: opusfile: wscript: hack building on Android with API level lower than 24 2024-12-02 21:28:36 +03:00