Skip to content

Commit

Permalink
update lib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jan 19, 2024
1 parent 96e6da9 commit 8b1c382
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-emby/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

# env settings
APP_DIR="/app/emby"
export LD_LIBRARY_PATH="${APP_DIR}"/lib
export LD_LIBRARY_PATH="${APP_DIR}"/lib:"${APP_DIR}"/extra/lib
export FONTCONFIG_PATH="${APP_DIR}"/etc/fonts
export OCL_ICD_VENDORS="${APP_DIR}"/extra/etc/OpenCL/vendors
export AMDGPU_IDS="${APP_DIR}"/extra/share/libdrm/amdgpu.ids
export PCI_IDS_PATH="${APP_DIR}"/share/hwdata/pci.ids
if [ -d "/lib/x86_64-linux-gnu" ]; then
export LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri:"${APP_DIR}"/extra/lib/dri
fi
Expand Down

0 comments on commit 8b1c382

Please sign in to comment.