From f2e32e28b3c724b72ff5b1d703b37d32b9715182 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 17 Mar 2023 16:26:35 +0100 Subject: [PATCH] tools/ffmpeg/gen-patches.sh: switch RPi to test/5.1.2/main 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 f6d296e5e0..3b27067b07 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="dev/5.1.2/rpi_import_1" + REFSPEC="test/5.1.2/main" ;; *) echo "illegal feature set ${FEATURE_SET}"