mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00: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:
parent
95a765d614
commit
4a30e38416
@ -38,7 +38,8 @@ create_patch() {
|
|||||||
;;
|
;;
|
||||||
rpi)
|
rpi)
|
||||||
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
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}"
|
echo "illegal feature set ${FEATURE_SET}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user