1
0

Pinned vainfo to the Agama version

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2019-09-19 14:17:26 -07:00
parent 773600fb03
commit 8062ac263c
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ RUN apt-get update \
libva-dev=2.6.0.agama-171 \
libmfx-dev=19.2.pre3.agama-171 \
libmfx1=19.2.pre3.agama-171 \
vainfo \
vainfo=2.6.0.agama-171 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View File

@ -24,7 +24,7 @@ RUN apt-get update \
libva-dev=$LIBVA_DEV_VERSION \
libmfx-dev=$LIBMFX_DEV_VERSION \
libmfx1=$LIBMFX1_VERSION \
vainfo \
vainfo=$VAINFO_VERSION \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*