kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 898 forks source link

Build Error for `xrealloc: cannot allocate 18446744071595622528 bytes` #165

Closed RenderCoder closed 1 year ago

RenderCoder commented 2 years ago

Hi,

I want to build a version for iOS simulator for M1 MacBook, clone and execute this command:

./build-ffmpeg.sh armv7 x86_64

and then, it shows some error:

checking=inprogress: command not found
/.../FFmpeg-iOS-build-script/ffmpeg-4.3.1/configure: xrealloc: cannot allocate 18446744071595622528 bytes

Bevis_2022-04-20_at_11 56 29

please help me to solve this problem, thanks!

kewlbear commented 2 years ago

Consider using my FFmpeg-iOS Swift package.