tools/ffmpeg/gen-patches.sh: switch to ffmpeg 6.0

v4l2 patches still need to be updated

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-03-21 19:12:20 +01:00
parent 433633426d
commit 0fec58c1c7

View File

@ -2,7 +2,7 @@
# base ffmpeg version
FFMPEG_REPO="git://source.ffmpeg.org/ffmpeg.git"
FFMPEG_VERSION="n5.1.2"
FFMPEG_VERSION="n6.0"
KODI_FFMPEG_REPO="https://github.com/xbmc/FFmpeg"
KODI_FFMPEG_VERSION="5.1.2-Nexus-Alpha3"
@ -34,11 +34,11 @@ create_patch() {
;;
libreelec)
REPO="https://github.com/LibreELEC/FFmpeg"
REFSPEC="5.1.2-libreelec-misc"
REFSPEC="6.0-libreelec-misc"
;;
rpi)
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
REFSPEC="test/5.1.2/main"
REFSPEC="dev/6.0/rpi_import_1"
;;
*)
echo "illegal feature set ${FEATURE_SET}"