FIx "protocol on port 9418 is no longer supported"

I was getting the following error when building:

```
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
```

Changing the protocol to `https` solves the problem for me.
This commit is contained in:
Nico Lehmann
2022-03-28 20:11:53 -07:00
committed by teejusb
parent b88e81a8f5
commit f0170fc8ce
+1 -1
View File
@@ -83,7 +83,7 @@ else()
"n${SM_FFMPEG_VERSION}"
"--depth"
"1"
"git://github.com/stepmania/ffmpeg.git"
"https://github.com/stepmania/ffmpeg.git"
"${SM_FFMPEG_SRC_DIR}"
CONFIGURE_COMMAND
"${FFMPEG_CONFIGURE}"