add qsv support to amd64 image

This commit is contained in:
Blake Blackshear
2020-12-19 10:50:53 -06:00
parent 1ad2219f1c
commit 0d6e4f6a66
4 changed files with 10 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ RUN buildDeps="autoconf \
libssl-dev \
yasm \
libva-dev \
libmfx-dev \
zlib1g-dev" && \
apt-get -yqq update && \
apt-get install -yq --no-install-recommends ${buildDeps}
@@ -404,6 +405,7 @@ RUN \
--enable-gpl \
--enable-libfreetype \
--enable-libvidstab \
--enable-libmfx \
--enable-libmp3lame \
--enable-libopus \
--enable-libtheora \