ffmpeg gen-patches.sh: update ffmpeg to 4.4

This commit is contained in:
CvH 2021-09-25 15:40:17 +02:00
parent 931a232613
commit b8b2a2cec8

View File

@ -2,7 +2,7 @@
# base ffmpeg version # base ffmpeg version
KODI_FFMPEG_REPO="https://github.com/xbmc/FFmpeg" KODI_FFMPEG_REPO="https://github.com/xbmc/FFmpeg"
KODI_FFMPEG_VERSION="4.3.2-Matrix-19.1" KODI_FFMPEG_VERSION="4.4-N-Alpha1"
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi" ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi"
@ -24,20 +24,20 @@ create_patch() {
REFTYPE="branch" REFTYPE="branch"
case "${FEATURE_SET}" in case "${FEATURE_SET}" in
v4l2-drmprime) v4l2-drmprime)
REPO="https://github.com/lrusak/FFmpeg" REPO="https://github.com/jernejsk/FFmpeg"
REFSPEC="v4l2-drmprime-v5" REFSPEC="v4l2-drmprime-v6"
;; ;;
v4l2-request) v4l2-request)
REPO="https://github.com/jernejsk/FFmpeg" REPO="https://github.com/jernejsk/FFmpeg"
REFSPEC="v4l2-request-hwaccel-4.3.1" REFSPEC="v4l2-request-hwaccel-4.4"
;; ;;
libreelec) libreelec)
REPO="https://github.com/LibreELEC/FFmpeg" REPO="https://github.com/LibreELEC/FFmpeg"
REFSPEC="4.3-libreelec-misc" REFSPEC="4.4-libreelec-misc"
;; ;;
rpi) rpi)
REPO="https://github.com/jc-kynesim/rpi-ffmpeg" REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
REFSPEC="test/4.3.2/rpi_main" REFSPEC="dev/4.4/rpi_import_1"
;; ;;
*) *)
echo "illegal feature set ${FEATURE_SET}" echo "illegal feature set ${FEATURE_SET}"