There was an error while loading. Please reload this page.
1 parent 6a34281 commit 8617661Copy full SHA for 8617661
1 file changed
.github/workflows/publish-pypi.yml
@@ -42,7 +42,7 @@ env:
42
43
# nv-codec-headers (Linux/Windows only)
44
if [[ "$EXTRA_FFMPEG_FLAGS" == *"--enable-nvdec"* ]]; then
45
- git clone -b "$nv_version" --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers
+ git clone -b "$nv_version" --depth 1 https://github.com/FFmpeg/nv-codec-headers
46
cd nv-codec-headers
47
$SUDO make install PREFIX="$PREFIX"
48
cd .. && rm -rf nv-codec-headers
0 commit comments