mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Update libva to latest version
This commit is contained in:
parent
e799fdaa3d
commit
73018ff958
1 changed files with 5 additions and 2 deletions
|
@ -250,10 +250,13 @@ COPY --from=libXext ${LibrariesPath}/libXext-cache /
|
||||||
COPY --from=libXfixes ${LibrariesPath}/libXfixes-cache /
|
COPY --from=libXfixes ${LibrariesPath}/libXfixes-cache /
|
||||||
COPY --from=wayland ${LibrariesPath}/wayland-cache /
|
COPY --from=wayland ${LibrariesPath}/wayland-cache /
|
||||||
|
|
||||||
RUN git clone -b 2.9.0 --depth=1 $GIT/intel/libva.git
|
RUN git clone -b 2.10.0 --depth=1 $GIT/intel/libva.git
|
||||||
|
|
||||||
WORKDIR libva
|
WORKDIR libva
|
||||||
RUN ./autogen.sh --enable-static
|
RUN ./autogen.sh \
|
||||||
|
--enable-static \
|
||||||
|
--with-drivers-path=/usr/lib/dri
|
||||||
|
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
RUN make DESTDIR="$LibrariesPath/libva-cache" install
|
RUN make DESTDIR="$LibrariesPath/libva-cache" install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue