not sure what

This commit is contained in:
2024-10-15 11:24:02 -05:00
parent 24e78034ed
commit c1c57589ce

View File

@@ -426,8 +426,7 @@ sudo ldconfig
# build ffmpeg # build ffmpeg
cd "$FFMPEG_DIR/" || exit cd "$FFMPEG_DIR/" || exit
update_git update_git
export PKG_CONFIG_PATH+="/usr/local/lib/pkgconfig/" export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_PRELOAD="$(ls /usr/local/lib/*.so | tr '\n' ':')$LD_PRELOAD"
make clean make clean
./configure --enable-libsvtav1 \ ./configure --enable-libsvtav1 \
--enable-libdav1d --enable-libopus \ --enable-libdav1d --enable-libopus \