ffmpeg-tools: update addon (2)

- update to libx265.so.215
- aom: update to 3.11.0
- x264: update to githash da14df5 (3198)
- x265: update to 4.1
- libvpx: update to 1.15.0
- ffmpegx: lavc/libx265: unbreak build for X265_BUILD >= 213
This commit is contained in:
Rudi Heitbaum 2024-12-15 07:10:07 +00:00
parent 57e5de3292
commit e4ebad4d31

View File

@ -3,7 +3,7 @@
PKG_NAME="ffmpeg-tools"
PKG_VERSION="1.0"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
@ -26,7 +26,7 @@ addon() {
# libs
if [ "${TARGET_ARCH}" = "x86_64" ]; then
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.212 \
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.215 \
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
fi
}