mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-16 01:28:08 +00:00
core: use own ffmpeg mirror
This commit is contained in:
@ -15,7 +15,7 @@ RUN apt update && \
|
|||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
libclang-dev && \
|
libclang-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --single-branch --branch release/7.1 https://git.ffmpeg.org/ffmpeg.git && \
|
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/ffmpeg.git && \
|
||||||
cd ffmpeg && \
|
cd ffmpeg && \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=$FFMPEG_DIR \
|
--prefix=$FFMPEG_DIR \
|
||||||
|
Reference in New Issue
Block a user