Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use `https` to clone `ffmpeg` repo Description: Current `.sh` script uses `ssh` to `git clone` repo for `ffmpeg`. However, many people (like me) building may be using a build environment without GitHub ssh setup. Attempting to clone GitHub repo without ssh keys setup results in the following error: ```bash Cloning into 'ffmpeg'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
- Loading branch information