From 193aef753f1f8fbdb6a2e37b296613715fdafd5f Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 16 Aug 2021 19:19:47 +0200 Subject: [PATCH] ffmpeg gen-patches.sh: use jc's test/4.3.2/rpi_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 038ac4dfe2..1b4332a0b5 100755 --- a/tools/ffmpeg/gen-patches.sh +++ b/tools/ffmpeg/gen-patches.sh @@ -37,7 +37,7 @@ create_patch() { ;; rpi) REPO="https://github.com/jc-kynesim/rpi-ffmpeg" - REFSPEC="dev/4.3.2/clean_3" + REFSPEC="test/4.3.2/rpi_main" ;; *) echo "illegal feature set ${FEATURE_SET}"