forked from premiere/premiere-libtorrent
Disable preadv/pwritev for android
This commit is contained in:
parent
856700e401
commit
f23cf84664
|
@ -216,6 +216,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
// ===== ANDROID ===== (almost linux, sort of)
|
// ===== ANDROID ===== (almost linux, sort of)
|
||||||
#if defined __ANDROID__
|
#if defined __ANDROID__
|
||||||
|
#define TORRENT_USE_PREADV 0
|
||||||
|
#define TORRENT_USE_PREAD 1
|
||||||
#define TORRENT_ANDROID
|
#define TORRENT_ANDROID
|
||||||
#define TORRENT_HAS_FALLOCATE 0
|
#define TORRENT_HAS_FALLOCATE 0
|
||||||
#define TORRENT_USE_ICONV 0
|
#define TORRENT_USE_ICONV 0
|
||||||
|
|
Loading…
Reference in New Issue