diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-03-29 18:16:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 18:16:36 +0300 |
| commit | d9e7883fb50c765795c8bb6994c64a3245d00615 (patch) | |
| tree | 54667c2ad08487335ca70f6ce30a5da83c162605 | |
| parent | fd86b141e2c3c1f33e6ed73c9a0eccaf0c6d6601 (diff) | |
| parent | 427a3e9b087e57b8308b2c53aaefd663cc3c2a68 (diff) | |
Merge pull request #1169 from joshuaboniface/ffmpeg-location
Use new libexecdir location for jellyfin-ffmpeg
| -rw-r--r-- | deployment/debian-package-x64/pkg-src/conf/jellyfin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/debian-package-x64/pkg-src/conf/jellyfin b/deployment/debian-package-x64/pkg-src/conf/jellyfin index bc00c37e2..c6e595f15 100644 --- a/deployment/debian-package-x64/pkg-src/conf/jellyfin +++ b/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" |
