use x264 mirror

This commit is contained in:
Jason Dove
2023-02-24 08:14:11 -06:00
parent 2f91fa7382
commit 37324d2075
4 changed files with 4 additions and 12 deletions

View File

@@ -341,9 +341,7 @@ RUN cd /tmp/vpx && \
# x264
RUN mkdir -p /tmp/x264 && \
curl -Lf \
https://code.videolan.org/videolan/x264/-/archive/master/x264-stable.tar.bz2 | \
tar -jx --strip-components=1 -C /tmp/x264
git clone --branch stable --depth 1 https://github.com/mirror/x264 /tmp/x264
RUN cd /tmp/x264 && \
./configure \
--disable-cli \

View File

@@ -325,9 +325,7 @@ RUN cd /tmp/vpx && \
# x264
RUN mkdir -p /tmp/x264 && \
curl -Lf \
https://code.videolan.org/videolan/x264/-/archive/master/x264-stable.tar.bz2 | \
tar -jx --strip-components=1 -C /tmp/x264
git clone --branch stable --depth 1 https://github.com/mirror/x264 /tmp/x264
RUN cd /tmp/x264 && \
./configure \
--disable-cli \

View File

@@ -322,9 +322,7 @@ RUN cd /tmp/vpx && \
# x264
RUN mkdir -p /tmp/x264 && \
curl -Lf \
https://code.videolan.org/videolan/x264/-/archive/master/x264-stable.tar.bz2 | \
tar -jx --strip-components=1 -C /tmp/x264
git clone --branch stable --depth 1 https://github.com/mirror/x264 /tmp/x264
RUN cd /tmp/x264 && \
./configure \
--disable-cli \

View File

@@ -394,9 +394,7 @@ RUN cd /tmp/vpx && \
# x264
RUN mkdir -p /tmp/x264 && \
curl -Lf \
https://code.videolan.org/videolan/x264/-/archive/master/x264-stable.tar.bz2 | \
tar -jx --strip-components=1 -C /tmp/x264
git clone --branch stable --depth 1 https://github.com/mirror/x264 /tmp/x264
RUN cd /tmp/x264 && \
./configure \
--disable-cli \