mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
ffmpeg: update to 4.4.1-Nexus-Alpha1
Sync with kodi, seems we forgot to bump it with kodi alpha1. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
591a1e1d86
commit
f9a14ea581
@ -17,15 +17,15 @@ case "${PROJECT}" in
|
|||||||
PKG_PATCH_DIRS="libreelec"
|
PKG_PATCH_DIRS="libreelec"
|
||||||
;;
|
;;
|
||||||
RPi)
|
RPi)
|
||||||
PKG_VERSION="4.4-N-Alpha1"
|
PKG_VERSION="4.4.1-Nexus-Alpha1"
|
||||||
PKG_SHA256="eb396f46ef7c5ac01b67818d0f2c0516fd4ab32aa9065a9ffa71eebede67ff20"
|
PKG_SHA256="abbce62231baffe237e412689c71ffe01bfc83135afd375f1e538caae87729ed"
|
||||||
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_FFMPEG_RPI="--disable-mmal --disable-rpi --enable-sand"
|
PKG_FFMPEG_RPI="--disable-mmal --disable-rpi --enable-sand"
|
||||||
PKG_PATCH_DIRS="libreelec rpi"
|
PKG_PATCH_DIRS="libreelec rpi"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PKG_VERSION="4.4-N-Alpha1"
|
PKG_VERSION="4.4.1-Nexus-Alpha1"
|
||||||
PKG_SHA256="eb396f46ef7c5ac01b67818d0f2c0516fd4ab32aa9065a9ffa71eebede67ff20"
|
PKG_SHA256="abbce62231baffe237e412689c71ffe01bfc83135afd375f1e538caae87729ed"
|
||||||
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_PATCH_DIRS="libreelec v4l2-request v4l2-drmprime"
|
PKG_PATCH_DIRS="libreelec v4l2-request v4l2-drmprime"
|
||||||
;;
|
;;
|
||||||
|
@ -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.4-N-Alpha1"
|
KODI_FFMPEG_VERSION="4.4.1-Nexus-Alpha1"
|
||||||
|
|
||||||
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi"
|
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi"
|
||||||
|
|
||||||
@ -25,11 +25,11 @@ create_patch() {
|
|||||||
case "${FEATURE_SET}" in
|
case "${FEATURE_SET}" in
|
||||||
v4l2-drmprime)
|
v4l2-drmprime)
|
||||||
REPO="https://github.com/jernejsk/FFmpeg"
|
REPO="https://github.com/jernejsk/FFmpeg"
|
||||||
REFSPEC="v4l2-drmprime-v6"
|
REFSPEC="v4l2-drmprime-v6-4.4.1-Nexus-Alpha1"
|
||||||
;;
|
;;
|
||||||
v4l2-request)
|
v4l2-request)
|
||||||
REPO="https://github.com/jernejsk/FFmpeg"
|
REPO="https://github.com/jernejsk/FFmpeg"
|
||||||
REFSPEC="v4l2-request-hwaccel-4.4"
|
REFSPEC="v4l2-request-hwaccel-4.4.1-Nexus-Alpha1"
|
||||||
;;
|
;;
|
||||||
libreelec)
|
libreelec)
|
||||||
REPO="https://github.com/LibreELEC/FFmpeg"
|
REPO="https://github.com/LibreELEC/FFmpeg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user