chore: try ffmpeg master branch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-11 15:14:53 +01:00
parent 2576f75bc4
commit 6b6e0d4dec

View File

@ -18,7 +18,7 @@ RUN apt update && \
libclang-dev \
protobuf-compiler && \
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 && \
./configure \
--prefix=${FFMPEG_DIR} \