mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
test fix preload
This commit is contained in:
@@ -427,7 +427,7 @@ sudo ldconfig
|
|||||||
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/"
|
||||||
export LD_PRELOAD="/usr/local/lib:$LD_PRELOAD"
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user