From b8b2a2cec80bafaa8378195cb32aec18169dd8a9 Mon Sep 17 00:00:00 2001 From: CvH Date: Sat, 25 Sep 2021 15:40:17 +0200 Subject: [PATCH] ffmpeg gen-patches.sh: update ffmpeg to 4.4 --- tools/ffmpeg/gen-patches.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ffmpeg/gen-patches.sh b/tools/ffmpeg/gen-patches.sh index 1b4332a0b5..c45d420617 100755 --- a/tools/ffmpeg/gen-patches.sh +++ b/tools/ffmpeg/gen-patches.sh @@ -2,7 +2,7 @@ # base ffmpeg version 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" @@ -24,20 +24,20 @@ create_patch() { REFTYPE="branch" case "${FEATURE_SET}" in v4l2-drmprime) - REPO="https://github.com/lrusak/FFmpeg" - REFSPEC="v4l2-drmprime-v5" + REPO="https://github.com/jernejsk/FFmpeg" + REFSPEC="v4l2-drmprime-v6" ;; v4l2-request) REPO="https://github.com/jernejsk/FFmpeg" - REFSPEC="v4l2-request-hwaccel-4.3.1" + REFSPEC="v4l2-request-hwaccel-4.4" ;; libreelec) REPO="https://github.com/LibreELEC/FFmpeg" - REFSPEC="4.3-libreelec-misc" + REFSPEC="4.4-libreelec-misc" ;; rpi) 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}"