Merge pull request #7359 from heitbaum/ffmpeg10

[LE10] ffmpeg-tools: update ffmpeg to 4.4.2 and addon (119)
This commit is contained in:
Christian Hewitt 2023-01-09 09:25:16 +04:00 committed by GitHub
commit bad1a8a1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="ffmpegx"
PKG_VERSION="4.4"
PKG_SHA256="06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909"
PKG_VERSION="4.4.2"
PKG_SHA256="af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93"
PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org"
PKG_URL="https://ffmpeg.org/releases/ffmpeg-${PKG_VERSION}.tar.xz"

View File

@ -1,3 +1,9 @@
119
- Update FFmpeg to 4.4.2
118
- fix missing libraries
117
- Update aom (AV1) to 3.2.0
- Update VPX to 1.11.0

View File

@ -3,7 +3,7 @@
PKG_NAME="ffmpeg-tools"
PKG_VERSION="1.0"
PKG_REV="118"
PKG_REV="119"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"