From 6b6e0d4dec51f038ab0e100e10d42f25249ac3c1 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 11 Jun 2025 15:14:53 +0100 Subject: [PATCH] chore: try ffmpeg master branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a9b70d..21550bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \