mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
tools/ffmpeg/gen-patches: update to 7.1
Also switch libreelec patch branch to use FFMPEG_VERSION, like used for the v4l2 patches. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
28432de690
commit
086fa80a78
@ -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.1"
|
FFMPEG_VERSION="n7.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"
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ create_patch() {
|
|||||||
;;
|
;;
|
||||||
libreelec)
|
libreelec)
|
||||||
REPO="https://github.com/LibreELEC/FFmpeg"
|
REPO="https://github.com/LibreELEC/FFmpeg"
|
||||||
REFSPEC="6.0-libreelec-misc"
|
REFSPEC="libreelec-misc-${FFMPEG_VERSION}"
|
||||||
;;
|
;;
|
||||||
rpi)
|
rpi)
|
||||||
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user