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:
Matthias Reichl 2024-12-13 21:16:22 +01:00
parent 28432de690
commit 086fa80a78

View File

@ -2,7 +2,7 @@
# base ffmpeg version
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"
@ -34,7 +34,7 @@ create_patch() {
;;
libreelec)
REPO="https://github.com/LibreELEC/FFmpeg"
REFSPEC="6.0-libreelec-misc"
REFSPEC="libreelec-misc-${FFMPEG_VERSION}"
;;
rpi)
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"