Forgot to fix rename from FixVVC to VVC

Replaced old name by new name for navigating to folder for cd on macOS build instructions for FFmpeg
This commit is contained in:
MartinEesmaa
2024-01-25 10:58:18 +11:00
parent 21cb35698b
commit bcd384aa29

View File

@ -188,7 +188,7 @@ make -j
sudo make install
cd ../
git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-VVC
cd FFmpeg-FixVVC
cd FFmpeg-VVC
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure --enable-libfdk-aac --enable-libvvenc --enable-libvvdec --enable-static --enable-pic --enable-libxml2 --pkg-config-flags="--static" --enable-sdl2
make -j