From b6c682791ebc29798c0b24786329a2f57285f3ee Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 16 Mar 2025 18:35:14 +0100 Subject: [PATCH] tools/ffmpeg/gen-patches.sh: switch RPi to dev/7.1.1/rpi_import_1 branch Signed-off-by: Matthias Reichl --- tools/ffmpeg/gen-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ffmpeg/gen-patches.sh b/tools/ffmpeg/gen-patches.sh index 3245d3f20a..774fe14ee4 100755 --- a/tools/ffmpeg/gen-patches.sh +++ b/tools/ffmpeg/gen-patches.sh @@ -38,7 +38,7 @@ create_patch() { ;; rpi) REPO="https://github.com/jc-kynesim/rpi-ffmpeg" - REFSPEC="test/7.1/main" + REFSPEC="dev/7.1.1/rpi_import_1" PATCH_CREATE_DIFF="yes" ;; *)