Skip to content

Commit

Permalink
Merge pull request jellyfin#1169 from joshuaboniface/ffmpeg-location
Browse files Browse the repository at this point in the history
Use new libexecdir location for jellyfin-ffmpeg
  • Loading branch information
JustAMan committed Mar 29, 2019
2 parents fd86b14 + 427a3e9 commit d9e7883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/debian-package-x64/pkg-src/conf/jellyfin
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d9e7883

Please sign in to comment.