From a0a6d5346f965e4fdf3a02311d4e42acefce4501 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:31:30 +1000 Subject: [PATCH] forgot to add little keys --- FFMPEGVVC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index 0983368..ef64e07 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -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 && \ -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 && \ cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \ ./configure --enable-gpl \ @@ -68,7 +68,7 @@ cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \ --enable-libx264 \ --enable-libx265 \ --enable-sdl2 \ - --enable-libopus && + --enable-libopus && \ make -j ```