mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
LD_PRELOAD and BASH_SOURCE
This commit is contained in:
@@ -421,6 +421,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"
|
||||
make clean
|
||||
./configure --enable-libsvtav1 \
|
||||
--enable-libdav1d --enable-libopus \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# do not take this as a holy grail.
|
||||
|
||||
# global path variables
|
||||
SCRIPT_PATH="$(readlink "$(which "$0")")"
|
||||
SCRIPT_PATH="$(readlink -f "${BASH_SOURCE[0]}")"
|
||||
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
|
||||
BUILDER_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user