From 2aa49f449aa366673557c54f1c7d01e9e5807f47 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 12 May 2021 21:26:46 +0200 Subject: [PATCH] ffmpeg gen-patches.sh: use jc's jc/dev/4.3.2/clean_3 branch Signed-off-by: Matthias Reichl --- tools/ffmpeg/gen-patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ffmpeg/gen-patches.sh b/tools/ffmpeg/gen-patches.sh index ae80b6c2fc..038ac4dfe2 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.1-Matrix-Alpha1-1" +KODI_FFMPEG_VERSION="4.3.2-Matrix-19.1" ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi" @@ -37,7 +37,7 @@ create_patch() { ;; rpi) REPO="https://github.com/jc-kynesim/rpi-ffmpeg" - REFSPEC="dev/4.3.1/drm_prime_1" + REFSPEC="dev/4.3.2/clean_3" ;; *) echo "illegal feature set ${FEATURE_SET}"