1
0

Build of agama-169

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-09-17 13:31:07 -07:00
parent 4f66be365b
commit bae9dcf57c
2 changed files with 6 additions and 2 deletions

View File

@ -119,7 +119,7 @@ RUN apt-get -q update \
# Install git and build tools, clone ffmpeg, and get ready to build it
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
git build-essential
git build-essential pkg-config
# Clone ffmpeg
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
@ -138,6 +138,8 @@ RUN apt-cache policy libmfx1 \
&& apt-cache policy libmfx-dev \
&& apt-cache search libmfx
RUN ls -1 /usr/lib/x86_64-linux-gnu/pkgconfig/*mfx*
ENV LIBVA_DRIVER_NAME=iHD
# Build FFmpeg

View File

@ -12,7 +12,7 @@
# Install git and build tools, clone ffmpeg, and get ready to build it
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
git build-essential
git build-essential pkg-config
# Clone ffmpeg
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
@ -31,6 +31,8 @@ RUN apt-cache policy libmfx1 \
&& apt-cache policy libmfx-dev \
&& apt-cache search libmfx
RUN ls -1 /usr/lib/x86_64-linux-gnu/pkgconfig/*mfx*
ENV LIBVA_DRIVER_NAME=iHD
# Build FFmpeg