1 parent 5b3b48a commit 5a8b545Copy full SHA for 5a8b545
1 file changed
Dockerfile
@@ -541,7 +541,7 @@ RUN \
541
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
542
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
543
# bump: librtmp link "Commit diff $CURRENT..$LATEST" https://git.ffmpeg.org/gitweb/rtmpdump.git/commitdiff/$LATEST?ds=sidebyside
544
-ARG LIBRTMP_URL="https://git.ffmpeg.org/rtmpdump.git"
+ARG LIBRTMP_URL="git://git.ffmpeg.org/rtmpdump.git"
545
ARG LIBRTMP_COMMIT=138fdb258d9fc26f1843fd1b891180416c9dc575
546
RUN \
547
git clone "$LIBRTMP_URL" && cd rtmpdump && \
0 commit comments