mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
use gh mirror for ffnvcodec
This commit is contained in:
parent
314ce6a11f
commit
c3ce08ae34
@ -181,7 +181,7 @@ RUN \
|
||||
mkdir -p /tmp/ffnvcodec && \
|
||||
git clone \
|
||||
--branch ${NVCODEC} \
|
||||
--depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git \
|
||||
--depth 1 https://github.com/FFmpeg/nv-codec-headers.git \
|
||||
/tmp/ffnvcodec
|
||||
RUN \
|
||||
echo "**** compiling ffnvcodec ****" && \
|
||||
|
||||
@ -146,7 +146,7 @@ RUN \
|
||||
mkdir -p /tmp/ffnvcodec && \
|
||||
git clone \
|
||||
--branch ${NVCODEC} \
|
||||
--depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git \
|
||||
--depth 1 https://github.com/FFmpeg/nv-codec-headers.git \
|
||||
/tmp/ffnvcodec
|
||||
RUN \
|
||||
echo "**** compiling ffnvcodec ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user