Skip to content

Commit 8617661

Browse files
committed
pypi: use Github nv-codec-headers repo
1 parent 6a34281 commit 8617661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
4343
# nv-codec-headers (Linux/Windows only)
4444
if [[ "$EXTRA_FFMPEG_FLAGS" == *"--enable-nvdec"* ]]; then
45-
git clone -b "$nv_version" --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers
45+
git clone -b "$nv_version" --depth 1 https://github.com/FFmpeg/nv-codec-headers
4646
cd nv-codec-headers
4747
$SUDO make install PREFIX="$PREFIX"
4848
cd .. && rm -rf nv-codec-headers

0 commit comments

Comments
 (0)