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 <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-12-13 21:17:57 +01:00
parent 95a765d614
commit 4a30e38416

View File

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