ffmpeg-tools: update x265 shared library directory

This commit is contained in:
Rudi Heitbaum 2024-04-14 22:45:04 +00:00
parent 3dd800c7f6
commit 400d2a17ea

View File

@ -26,7 +26,7 @@ addon() {
# libs
if [ "${TARGET_ARCH}" = "x86_64" ]; then
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.199 \
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.209 \
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
fi
if [ "${DISPLAYSERVER}" = "x11" ]; then