From c1c57589ce91f6542bffb3de0720b5700df74d1e Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Tue, 15 Oct 2024 11:24:02 -0500 Subject: [PATCH] not sure what --- scripts/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 1fb3e11..1d0b27e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -426,8 +426,7 @@ sudo ldconfig # build ffmpeg cd "$FFMPEG_DIR/" || exit update_git -export PKG_CONFIG_PATH+="/usr/local/lib/pkgconfig/" -export LD_PRELOAD="$(ls /usr/local/lib/*.so | tr '\n' ':')$LD_PRELOAD" +export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" make clean ./configure --enable-libsvtav1 \ --enable-libdav1d --enable-libopus \