mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-14 13:23:41 +08:00

1. When run the 32bit library without mmap64 it will fail due to lack of mmap64 symbol. So we do a runtime detection. 2. Fix runtime error of missing getpagesize. Use sysconf(_SC_PAGESIZE) instead. Change-Id: I6dbeb6d55175a1ebb48d314f3dc691cd029710d1 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>