mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
nextpvr: update addon (1)
- update to libx265.so.215
This commit is contained in:
parent
e4ebad4d31
commit
264df24420
@ -4,7 +4,7 @@
|
||||
PKG_NAME="nextpvr"
|
||||
PKG_VERSION="7.0.0~Piers"
|
||||
PKG_ADDON_VERSION="7.0.0~1"
|
||||
PKG_REV="0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="NextPVR"
|
||||
PKG_SITE="https://nextpvr.com"
|
||||
@ -31,7 +31,7 @@ post_install_addon() {
|
||||
cp -P $(get_build_dir libhdhomerun)/hdhomerun_config ${INSTALL}/lbin
|
||||
cp -P $(get_install_dir comskip)/usr/bin/comskip ${INSTALL}/lbin
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||
cp -P $(get_install_dir x265)/usr/lib/libx265.so.212 ${INSTALL}/lib.private
|
||||
cp -P $(get_install_dir x265)/usr/lib/libx265.so.215 ${INSTALL}/lib.private
|
||||
patchelf --add-rpath '${ORIGIN}/../lib.private' ${INSTALL}/lbin/comskip
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user