mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Lowercase nproc
Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
parent
628f4a9e8a
commit
fcdbaabf3f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ RUN git clone https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM.git /home/app
|
|||
mkdir -p /home/app_user/VTM/build
|
||||
WORKDIR /home/app_user/VTM/build
|
||||
RUN cmake .. -DCMAKE_BUILD_TYPE=Release && \
|
||||
make -j$(NPROC) && \
|
||||
make -j$(nproc) && \
|
||||
sudo ln -s ../bin/EncoderAppStatic /usr/local/bin/vvc_encoder
|
||||
|
||||
# Install makemkv vapoursynth
|
||||
|
|
Loading…
Reference in a new issue