From 4a30e38416e6444d2d2d139333422311f8a638f3 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 13 Dec 2024 21:17:57 +0100 Subject: [PATCH] tools/ffmpeg/gen-patches.sh: switch RPi to test/7.1/main branch Also set PATCH_CREATE_DIFF="yes" as otherwise git apply fails to apply the patch. Signed-off-by: Matthias Reichl --- tools/ffmpeg/gen-patches.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ffmpeg/gen-patches.sh b/tools/ffmpeg/gen-patches.sh index 3797d1ff45..7429c9d88d 100755 --- a/tools/ffmpeg/gen-patches.sh +++ b/tools/ffmpeg/gen-patches.sh @@ -38,7 +38,8 @@ create_patch() { ;; rpi) REPO="https://github.com/jc-kynesim/rpi-ffmpeg" - REFSPEC="test/6.0.1/main" + REFSPEC="test/7.1/main" + PATCH_CREATE_DIFF="yes" ;; *) echo "illegal feature set ${FEATURE_SET}"