mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user