nextpvr: update to libx265.so.215

This commit is contained in:
Rudi Heitbaum 2025-07-26 12:13:18 +00:00
parent bf2436c027
commit ecba9484ce

View File

@ -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
}