From 43e4310a178fac8cea0a873bfc724f97a2756e9c Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 25 Jun 2023 22:25:18 +0200 Subject: [PATCH] (macOS) Disabled a build option for the FFmpeg dependency --- tools/macOS_dependencies_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/macOS_dependencies_build.sh b/tools/macOS_dependencies_build.sh index 775687bc0..9d272b301 100755 --- a/tools/macOS_dependencies_build.sh +++ b/tools/macOS_dependencies_build.sh @@ -295,7 +295,7 @@ if [ ! -d FFmpeg ]; then fi cd FFmpeg -PKG_CONFIG_PATH=$(pwd)/../local_install/lib/pkgconfig ./configure --prefix=/usr/local --enable-rpath --install-name-dir=@rpath --disable-doc --enable-gpl --enable-shared --enable-libvorbis --enable-libopus --enable-libvpx --enable-postproc +PKG_CONFIG_PATH=$(pwd)/../local_install/lib/pkgconfig ./configure --prefix=/usr/local --enable-rpath --install-name-dir=@rpath --disable-doc --disable-lzma --enable-gpl --enable-shared --enable-libvorbis --enable-libopus --enable-libvpx --enable-postproc make clean make -j${JOBS}