Skip to content

Commit f267cc5

Browse files
committed
mingw: Pull opusfile source from gitlab.
Update the build environment container to use the gitlab.xiph.org url instead of the no-longer-available git.xiph.org.
1 parent 1a3c932 commit f267cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN dnf install -y mingw32-gcc zip
1111

1212
RUN dnf clean all
1313

14-
RUN git clone https://git.xiph.org/opusfile.git
14+
RUN git clone https://gitlab.xiph.org/xiph/opusfile.git
1515

1616
WORKDIR opusfile
1717
RUN git pull

0 commit comments

Comments
 (0)