forked from premiere/premiere-libtorrent
use posix_memalign on linux, not valloc
This commit is contained in:
parent
07984fa5e0
commit
74b7d676bc
|
@ -201,6 +201,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define TORRENT_USE_NETLINK 1
|
#define TORRENT_USE_NETLINK 1
|
||||||
#define TORRENT_USE_IFCONF 1
|
#define TORRENT_USE_IFCONF 1
|
||||||
#define TORRENT_HAS_SALEN 0
|
#define TORRENT_HAS_SALEN 0
|
||||||
|
#define TORRENT_USE_POSIX_MEMALIGN 1
|
||||||
|
|
||||||
// ==== MINGW ===
|
// ==== MINGW ===
|
||||||
#elif defined __MINGW32__
|
#elif defined __MINGW32__
|
||||||
|
|
Loading…
Reference in New Issue