mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ffmpeg-tools: update x265 shared library directory
This commit is contained in:
parent
3dd800c7f6
commit
400d2a17ea
@ -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.199 \
|
cp -PL $(get_install_dir x265)/usr/lib/libx265.so.209 \
|
||||||
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
|
${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
|
||||||
fi
|
fi
|
||||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user