mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ffmpeg-tools: update addon (1)
- x264: update to githash 4613ac3 - x265: update to 4.0
This commit is contained in:
parent
53d6f1f5a9
commit
ab26304898
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="ffmpeg-tools"
|
PKG_NAME="ffmpeg-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="0"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
@ -26,7 +26,7 @@ addon() {
|
|||||||
|
|
||||||
# libs
|
# libs
|
||||||
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||||
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.209 \
|
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.212 \
|
||||||
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
|
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user