Skip to content

Commit

Permalink
Merge pull request #842 from nvllsvm/vaapi
Browse files Browse the repository at this point in the history
Use VAAPI-enabled ffmpeg
  • Loading branch information
JustAMan committed Feb 8, 2019
2 parents 3a88a3c + 22ffc5a commit 80281e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \
--output /jellyfin \
Jellyfin.Server

FROM jrottenberg/ffmpeg:4.0-scratch as ffmpeg
FROM jrottenberg/ffmpeg:4.0-vaapi as ffmpeg
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
# libfontconfig1 is required for Skia
RUN apt-get update \
Expand Down

0 comments on commit 80281e5

Please sign in to comment.