mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
add packages + disable lto before ffmpeg build
This commit is contained in:
@ -147,16 +147,16 @@ Unfortunately, this is Ubuntu 22.04 LTS build only.
|
|||||||
If you are using other linux without Ubuntu 22.04 LTS, you have to build using this:
|
If you are using other linux without Ubuntu 22.04 LTS, you have to build using this:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install build-essential cmake nasm db-autoreconf && \
|
sudo apt install build-essential cmake nasm db-autoreconf pkg-config python3-setuptools && \
|
||||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc && \
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc && \
|
||||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec && \
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec && \
|
||||||
git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \
|
git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \
|
||||||
git clone --depth=1 https://github.com/libsdl-org/SDL && \
|
git clone --depth=1 https://github.com/libsdl-org/SDL && \
|
||||||
git clone --depth=1 https://github.com/gnome/libxml2 && \
|
git clone --depth=1 https://github.com/gnome/libxml2 && \
|
||||||
git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-FixVVC && \
|
git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-FixVVC && \
|
||||||
cd vvenc && sudo make install-release install-prefix=/usr/local && \
|
cd vvenc && sudo make install-release install-prefix=/usr/local disable-lto=1 && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
cd vvdec && sudo make install-release install-prefix=/usr/local && \
|
cd vvdec && sudo make install-release install-prefix=/usr/local disable-lto=1 && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
cd fdk-aac && autoreconf -if && ./configure --prefix=/usr/local --enable-static --disable-shared && sudo make install -j $nproc && \
|
cd fdk-aac && autoreconf -if && ./configure --prefix=/usr/local --enable-static --disable-shared && sudo make install -j $nproc && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
|
Reference in New Issue
Block a user