mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
tools/ffmpeg/gen-patches.sh: update ffmpeg and rpi versions to 6.0.1
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
12af322a25
commit
d0c87802f4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# base ffmpeg version
|
# base ffmpeg version
|
||||||
FFMPEG_REPO="git://source.ffmpeg.org/ffmpeg.git"
|
FFMPEG_REPO="git://source.ffmpeg.org/ffmpeg.git"
|
||||||
FFMPEG_VERSION="n6.0"
|
FFMPEG_VERSION="n6.0.1"
|
||||||
|
|
||||||
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi vf-deinterlace-v4l2m2m"
|
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi vf-deinterlace-v4l2m2m"
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ create_patch() {
|
|||||||
;;
|
;;
|
||||||
rpi)
|
rpi)
|
||||||
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
||||||
REFSPEC="dev/6.0/rpi_import_1"
|
REFSPEC="test/6.0.1/main"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "illegal feature set ${FEATURE_SET}"
|
echo "illegal feature set ${FEATURE_SET}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user