mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 18:36:54 +01:00
forgot to add little keys
This commit is contained in:
parent
4c29ead6b4
commit
a0a6d5346f
@ -57,7 +57,7 @@ If you are using other linux without Ubuntu 20.04 LTS, you have to build using:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install build-essential cmake libx264-dev libx265-dev libnuma-dev libxml2 libopus-dev nasm && \
|
sudo apt install build-essential cmake libx264-dev libx265-dev libnuma-dev libxml2 libopus-dev nasm && \
|
||||||
git clone https://github.com/fraunhoferhhi/vvdec.git && cd vvdec \
|
git clone https://github.com/fraunhoferhhi/vvdec.git && cd vvdec && \
|
||||||
make release && make install install-prefix=/usr/local && \
|
make release && make install install-prefix=/usr/local && \
|
||||||
cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \
|
cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \
|
||||||
./configure --enable-gpl \
|
./configure --enable-gpl \
|
||||||
@ -68,7 +68,7 @@ cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \
|
|||||||
--enable-libx264 \
|
--enable-libx264 \
|
||||||
--enable-libx265 \
|
--enable-libx265 \
|
||||||
--enable-sdl2 \
|
--enable-sdl2 \
|
||||||
--enable-libopus &&
|
--enable-libopus && \
|
||||||
make -j
|
make -j
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user