Forgot to replace old by new link on macOS

FFmpeg-VVC is the latest one than old FFmpeg-FixVVC, fixed macOS build instructions for FFmpeg.
This commit is contained in:
MartinEesmaa
2024-01-25 10:48:14 +11:00
parent b4cc7ffe4b
commit 21cb35698b

View File

@@ -187,7 +187,7 @@ cd fdk-aac && ./autogen.sh && ./configure
make -j make -j
sudo make install sudo make install
cd ../ cd ../
git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-FixVVC git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-VVC
cd FFmpeg-FixVVC cd FFmpeg-FixVVC
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 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 ./configure --enable-libfdk-aac --enable-libvvenc --enable-libvvdec --enable-static --enable-pic --enable-libxml2 --pkg-config-flags="--static" --enable-sdl2