Build of agama-169
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
4f66be365b
commit
bae9dcf57c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user