From 24e78034ede5184bd67fd9d256d364819209c449 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Tue, 15 Oct 2024 07:28:02 -0500 Subject: [PATCH] test fix preload --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index b69c66f..1fb3e11 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -427,7 +427,7 @@ sudo ldconfig cd "$FFMPEG_DIR/" || exit update_git export PKG_CONFIG_PATH+="/usr/local/lib/pkgconfig/" -export LD_PRELOAD="/usr/local/lib:$LD_PRELOAD" +export LD_PRELOAD="$(ls /usr/local/lib/*.so | tr '\n' ':')$LD_PRELOAD" make clean ./configure --enable-libsvtav1 \ --enable-libdav1d --enable-libopus \