From 1e008188bacb1ba6da6aa239c0862207ba5b4c9e Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 21 Mar 2023 17:36:22 +0100 Subject: [PATCH] tools/ffmpeg/gen-patches.sh: switch RPi to jc/test/4.4.1/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 1d786f2bda..c78c0a09b4 100755 --- a/tools/ffmpeg/gen-patches.sh +++ b/tools/ffmpeg/gen-patches.sh @@ -46,7 +46,7 @@ create_patch() { ;; rpi) REPO="https://github.com/jc-kynesim/rpi-ffmpeg" - REFSPEC="dev/4.4/rpi_import_1" + REFSPEC="test/4.4.1/main" PATCH_CREATE_DIFF="yes" ;; kodi)