ソースを参照

Use new libexecdir location for jellyfin-ffmpeg

From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed
binaries from /usr/share to /usr/lib on the next release.
Joshua Boniface 6 年 前
コミット
427a3e9b08
1 ファイル変更1 行追加1 行削除
  1. 1 1
      deployment/debian-package-x64/pkg-src/conf/jellyfin

+ 1 - 1
deployment/debian-package-x64/pkg-src/conf/jellyfin

@@ -22,7 +22,7 @@ JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
 JELLYFIN_RESTART_OPT="--restartpath=/usr/lib/jellyfin/restart.sh"
 
 # ffmpeg binary paths, overriding the system values
-JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/share/jellyfin-ffmpeg/ffmpeg"
+JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"
 
 # [OPTIONAL] run Jellyfin as a headless service
 #JELLYFIN_SERVICE_OPT="--service"