Vargol / ffmpeg-apple-arm64-build

Build script for ffmpeg targeting the latest open source video codecs running on macOS using Apple's M1 processor.
221 stars 38 forks source link

Typo in build.sh #31

Closed sunjw closed 1 month ago

sunjw commented 1 month ago

The shebang (first line) in build.sh !/bin/sh should be #!/bin/sh

Vargol commented 1 month ago

That should be fixed now