test fix preload

This commit is contained in:
2024-10-15 07:28:02 -05:00
parent e68ce5a74f
commit 24e78034ed

View File

@@ -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 \