mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
Set build directory for libde265 in Dockerfile
This commit is contained in:
parent
ebe45f73a0
commit
ff8292b863
1 changed files with 3 additions and 3 deletions
|
@ -156,13 +156,13 @@ RUN git clone -b v2.4.1 --depth=1 {{ GIT }}/cisco/openh264.git \
|
||||||
FROM builder AS libde265
|
FROM builder AS libde265
|
||||||
RUN git clone -b v1.0.15 --depth=1 {{ GIT }}/strukturag/libde265.git \
|
RUN git clone -b v1.0.15 --depth=1 {{ GIT }}/strukturag/libde265.git \
|
||||||
&& cd libde265 \
|
&& cd libde265 \
|
||||||
&& cmake -GNinja . \
|
&& cmake -GNinja -B build . \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
-DBUILD_SHARED_LIBS=OFF \
|
-DBUILD_SHARED_LIBS=OFF \
|
||||||
-DENABLE_DECODER=OFF \
|
-DENABLE_DECODER=OFF \
|
||||||
-DENABLE_SDL=OFF \
|
-DENABLE_SDL=OFF \
|
||||||
&& cmake --build . --parallel \
|
&& cmake --build build --parallel \
|
||||||
&& DESTDIR="{{ LibrariesPath }}/libde265-cache" cmake --install . \
|
&& DESTDIR="{{ LibrariesPath }}/libde265-cache" cmake --install build \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -rf libde265
|
&& rm -rf libde265
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue