Skip to content

Commit 5a8b545

Browse files
committed
rtmpdump: Switch to git:// as https:// seems broken
1 parent 5b3b48a commit 5a8b545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ RUN \
541541
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
542542
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
543543
# 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"
544+
ARG LIBRTMP_URL="git://git.ffmpeg.org/rtmpdump.git"
545545
ARG LIBRTMP_COMMIT=138fdb258d9fc26f1843fd1b891180416c9dc575
546546
RUN \
547547
git clone "$LIBRTMP_URL" && cd rtmpdump && \

0 commit comments

Comments
 (0)