tools/ffmpeg/gen-patches.sh: switch RPi to test/5.1.2/main branch

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-03-17 16:26:35 +01:00
parent 6df596139d
commit f2e32e28b3

View File

@ -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}"