mirror of
https://github.com/v0l/route96.git
synced 2025-06-14 15:46:32 +00:00
chore: try ffmpeg master branch
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -18,7 +18,7 @@ RUN apt update && \
|
|||||||
libclang-dev \
|
libclang-dev \
|
||||||
protobuf-compiler && \
|
protobuf-compiler && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/FFmpeg.git && \
|
RUN git clone --single-branch --branch master 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