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
|
# Install git and build tools, clone ffmpeg, and get ready to build it
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
||||||
git build-essential
|
git build-essential pkg-config
|
||||||
|
|
||||||
# Clone ffmpeg
|
# Clone ffmpeg
|
||||||
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
|
# 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 policy libmfx-dev \
|
||||||
&& apt-cache search libmfx
|
&& apt-cache search libmfx
|
||||||
|
|
||||||
|
RUN ls -1 /usr/lib/x86_64-linux-gnu/pkgconfig/*mfx*
|
||||||
|
|
||||||
ENV LIBVA_DRIVER_NAME=iHD
|
ENV LIBVA_DRIVER_NAME=iHD
|
||||||
|
|
||||||
# Build FFmpeg
|
# Build FFmpeg
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# Install git and build tools, clone ffmpeg, and get ready to build it
|
# Install git and build tools, clone ffmpeg, and get ready to build it
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
&& DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
||||||
git build-essential
|
git build-essential pkg-config
|
||||||
|
|
||||||
# Clone ffmpeg
|
# Clone ffmpeg
|
||||||
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
|
# 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 policy libmfx-dev \
|
||||||
&& apt-cache search libmfx
|
&& apt-cache search libmfx
|
||||||
|
|
||||||
|
RUN ls -1 /usr/lib/x86_64-linux-gnu/pkgconfig/*mfx*
|
||||||
|
|
||||||
ENV LIBVA_DRIVER_NAME=iHD
|
ENV LIBVA_DRIVER_NAME=iHD
|
||||||
|
|
||||||
# Build FFmpeg
|
# Build FFmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user